Saturday, November 7, 2009
Explain Type Juggling in PHP?
PHP uses Type juggling similar to the way Perl uses. Variable is defined in the context in which it is used. It doesn’t require any explicit definition for a function to perform its duties. For example if a string value is assigned to a variable it is defined as string.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment