answersLogoWhite

0

Does php5 support exception

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

try{

answer('yes, yes it does.');

}catch(Exception $e){

echo "errr.... error dude: " . $e;

}

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the recent PHP version?

PHP5


Where can you download LAMP package for Debian Linux?

LAMP is not a package , it is : Linux Apache Mysql PHPyou can intall them with :sudo apt-get install mysql-server mysql-client apache2 apache2-doc php5 php5-mysql libapache2-mod-php5


What are the advantages of PHP5 web hosting?

PHP5 web hosting is the latest version. It uses less system resources than previous versions. It also has enhanced security and it has easier programming.


What is php extension?

We can write php extension is many way... .php , .php5, .php4


Describe the differences between the object models in PHP 4 and PHP 5?

Classes written in PHP4 will work in PHP5. Some of the additions in PHP5 are:several magic functions such as __construct, __destruct, __call, __get, and moreinterfacesabstract and final classesvisibilitytype hintingcloningbetter performance


Where do you get php cli?

If the operating system is linux open a terminal or ssh to the server and type: (as root) which php-cli or which php5-cli if nothing is ouputted it can't find it, then check if you've got it installed. Debian based distro's: apt-get install php5-cli hope this helps.


What windows OS support usb?

All of them, with the possible exception of Windows CE.


In Php5 is SimpleXML faster than the standard xml libraries?

No, it is not; it is built on top of the same XML framework as the existing libraries.


What has the author Toby Joe Boudreaux written?

Toby Joe Boudreaux has written: 'PHP5' -- subject(s): Design, PHP (Computer program language), Web sites


Can you receive back pay for child support if the child is an adult now?

Generally, no - although there might be an exception for a severely disabled child.


What are the features of executive support system?

Features of an Executive support system can vary depending on an organization's needs. Some features would be analysis tools, reporting tools, information navigation, and exception monitoring.


How many constructors does class Exception have?

The Exception class has 4 constructors. They are: a. Exception() b. Exception(String arg) c. Exception(String arg, Throwable arg1) d. Exception(Throwable arg)