yii\i18n\GettextMoFile::writeBytes PHP 메소드

writeBytes() 보호된 메소드

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