| Error::getLineGets the line in which the error occurred Description
   final public int Error::getLine
    ( void
   ) Get line number where the error occurred. ParametersThis function has no parameters. Return ValuesReturns the line number where the error occurred. Examples
 Example #1 Error::getLine example 
<?phpThe above example will output something similar to: The error was created on line: 3 See Also
 
 |