Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
PHP
« Previous
Next »
A PHP function cannot be overloaded or redefined
Options
- True
- False
CORRECT ANSWER : True
Discussion Board
PHP
TRUE.
PHP does not support function overloading, nor is it possible to undefine or redefine previously-declared functions.
Syntax:
if (!function_exists('A'))
{
function A()
{
// default A implementation
}
}
IamJay 02-9-2015 06:08 AM
php
explain more abt this
shalini s 09-10-2014 11:34 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
PHP (39)
DHTML (10)
CSS (21)
MySQL (20)
VLSI (9)
XML (28)
UML (11)
HTML (19)
Fedora (61)
HTML5 (60)
Android (100)
Advertisement
▲