answersLogoWhite

0

What type of inheritance is supported by php?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

PHP Supports Multi Level Inheritance

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of inheritance is supported by php?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version


Are all the PHP 6 functions and codes supported by WAMP 2.0i?

PHP 6 hasn't been released yet.


Is COM and Java Applets supported by PHP?

Yes. See the references.


What should you do to enable image functions in PHP?

Image creating and manipulating in PHP can be done with multiple libraries, some officially supported by PHP and some made by third parties. A common library, especially for developers new to image libraries, is the GD package. You must include the library you wish to use upon installation of PHP (if it is officially supported), or manually include the library into your scripts.


How can you input an integer value in PHP?

<?php $x =1; ?> PHP changes type for you on the fly. If you need to be sure it's an integer (Because PHP isn't doing a good job changing the type) then cast it thusly: <?php $y = (int)$x ?>


How you can change data type in PHPwrite a script in PHP that change the string data type in numeric data type?

If you will read typecasting on php, you will know more on this. <?php $str = "10"; $num = (int)$str; ?>


What type of inheritance is eye color?

polygenic inheritance


How do you output a star using PHP?

type this in a file save it as something.php and then run it <?php echo '*'; ?>


Where does one put PHP encoding type headers?

One will put PHP encoding type headers before instructions using HTML language. This is done in order to start the HTML sequence through the PHP header.


What type inheritance is blood type?

multiple allels


Where can one go to get php info?

You can get information relating to PHP files online at websites such as Blue Host Forum and PHP. You can also find more information relating to the PHP file type at its associated Wikipedia page.


PHP content management refers to what type of system?

PHP content management refers to the management of the content of websites. There are various styles of coding that can be used but PHP is one of the most common.