Hi,
How can I get the line-/col-number of the current element in phpQuery?
I use the phpQuery framework for a validation tool with custom errors.
Thanks!
Hi,
How can I get the line-/col-number of the current element in phpQuery?
I use the phpQuery framework for a validation tool with custom errors.
Thanks!
__LINE__
The above code will get the current line number of a php script. As far as I know, there is no way to get the character number.