Skip to main content

execute_script

Function execute_script 

Source
pub fn execute_script(filename: &str) -> Result<()>
Expand description

Execute a PHP script on the current thread.

§Errors

Returns error if the script fails to execute.