Error::getFileGets the file in which the error occurred Description
final public string Error::getFile
( void
)
Get the name of the file the error occurred. ParametersThis function has no parameters. Return ValuesReturns the filename in which the error occurred. Examples
Example #1 Error::getFile example
<?php The above example will output something similar to: /home/bjori/tmp/ex.php See Also
|