bcompiler_write_class <<< |
bcompiler_write_constant | bcompiler_write_exe_footer >>> |
8.6 Compilateur bytecode pour PHP 8 Référence des fonctions Manuel PHP . Introduction . Installation . Contact . bcompiler_load_exe . bcompiler_load . bcompiler_parse_class . bcompiler_read . bcompiler_write_class ->bcompiler_write_constant . bcompiler_write_exe_footer . bcompile_write_file . bcompiler_write_footer . bcompiler_write_function . bcompiler_write_functions_from_file . bcompiler_write_header |
8.6.9 bcompiler_write_constant()Ecrit une constante définie comme bytecode[ Exemples avec bcompiler_write_constant ] CVS uniquement bool bcompiler_write_constant ( resource filehandle , string constantName )
bcompiler_write_constant lit le bytecode depuis PHP pour une constante existante constantName et écrit le bytecode dans le fichier ouvert désigné par filehandle .
Voir aussi bcompiler_write_header et bcompiler_write_footer . |
<< | bcompiler_write_constant | >> |
bcompiler_write_class | Compilateur bytecode pour PHP | bcompiler_write_exe_footer |