Answers for "check syntax error in php command line"

PHP
0

php error check

try
{
	//Php code
}
catch(Eception $e)
{
	echo $e->getMessage();
  //This will disply error 
}
Posted by: Guest on April-08-2021

Code answers related to "check syntax error in php command line"

Browse Popular Code Answers by Language