PHP » GoLang |
login |
register |
about
|
Error::getLine(No version information available, might only be in Git) Error::getLine — Gets 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
<?php The above example will output something similar to: The error was created on line: 3 |
more
Recently updated
more
Most requested
more
Last requests
|