Home > PHP > Function > bcompiler > bcompiler_write_footer()

bcompiler_write_footer()

bcompiler_write_footer - Writes the single character \x00 to indicate End of compiled data

Syntax

bool bcompiler_write_footer (resource $filehandle)

Arguments

  • filehandle - A file handle as returned by fopen().

Description

Writes the single character \x00 to indicate End of compiled data.

Version

PHP PECL bcompiler >= 0.4

Return value

Returns TRUE on success or FALSE on failure.