private function writeResourceBundle($file, string
$bundleName, mixed
$value, bool
$fallback): void
{ fwrite($file,
$bundleName);
$this->
writeTable($file,
$value, 0,
$fallback);
fwrite($file, "\n"
);
} /**
* Writes a "resource" node.
*
* @param resource $file The file handle to write to
* @param mixed $value The value of the node
*
* @see http://source.icu-project.org/repos/icu/icuhtml/trunk/design/bnf_rb.txt
*/