|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-05 06:20 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jan 02 07:00:01 2026 UTC |
class Foo_Bar { // ... } $object = new Foo_Bar(); print get_class( $object ); // output: "foo_bar"