yii\i18n\GettextMoFile::writeBytes PHP Method

writeBytes() protected method

Write bytes.
protected writeBytes ( resource $fileHandle, string $bytes ) : integer
$fileHandle resource to write to
$bytes string to be written
return integer how many bytes are written
    protected function writeBytes($fileHandle, $bytes)
    {
        return fwrite($fileHandle, $bytes);
    }