Reply to Re: is stdClass officially supported by PHP ?

Your name:

Reply:


Posted by Janwillem Borleffs on 11/05/84 11:49

Skrol29 wrote:
> Unfortunately the few that the documentation officially tells about
> this class is:
> ******************************
> The name stdClass is used internally by Zend and is reserved. You
> cannot have a class named stdClass in PHP.
> http://www.php.net/manual/en/language.oop.php
> ******************************
>
> It seems that some Pear packages instanciate this class.
> But should we do the same for code intended for public releases?
>

This just means you cannot do:

class stdClass {}

But can savely do:

$foo = new stdClass;

Another example:

$obj = (object) null;
print is_a($obj, 'stdClass') ? 1 : 0;

Or:

$obj = (object) null;
print $obj instanceof stdClass ? 1 : 0;

Both print 1...


JW

[Back to original message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация