Method MasterObject()->compile_file()
- Method compile_file
program
compile_file(string
filename
,object
|void
handler
,void
|program
p
,void
|object
o
)- Description
Compile the Pike code contained in the file filename into a program.
This function will compile the file filename to a Pike program that can later be instantiated. It is the same as doing
compile_string(Stdio.read_file(filename), filename)
.- See also