Home > PHP > Function > Misc. > __halt_compiler()

__halt_compiler()

__halt_compiler - Halts the compiler execution

Syntax

__halt_compiler ()

Arguments

-

Description

Halts the execution of the compiler. This can be useful to embed data in PHP scripts, like the installation files.

Version

PHP 5.1.0

Return value

No value is returned.