web developers guide
Pages
Home
about
download manual guide
download web templates
php - bcompiler_load
Description
bool
bcompiler_load
( string $filename )
Reads data from a bzcompressed file and creates classes from the bytecodes.
Parameters
filename
The bzcompressed file path, as a string.
Return Values
Returns
TRUE
on success or
FALSE
on failure.
Examples
Example 338.
bcompiler_load()
example
<?php
bcompiler_load
(
"/tmp/example"
);
print_r
(
get_defined_classes
());
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment