top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

PHP: What is the difference between Exception::getMessage and Exception::getLine ?

+1 vote
304 views
PHP: What is the difference between Exception::getMessage and Exception::getLine ?
posted Dec 11, 2017 by Jdk

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

in the php.ini file I've disabled some functions (exec and similar). In the php script we must use binary execution - so I had to enable function "exec" again. And here is a question - does php have an option, that I could set : this binary file could use this disabled function ? Like :

disable_functions_binary_exception = /usr/local/bin/compute_doomsday
disable_functions_function_exception = exec
...