PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Preddefinované konštanty> <Preddefinované premenné
Last updated: Sun, 25 Nov 2007

view this page in

Preddefinované triedy

Štandardne definované triedy

Tieto triedy sa definované v štandardnej sade funkcií zahrnuté v PHP.

Directory
Trieda, z ktorej sa inštancuje dir.
stdClass
__PHP_Incomplete_Class

Preddefinované triedy od PHP 5

Tieto doplňujúce preddefinované triedy boli predstavené v PHP 5.0.0

exception
php_user_filter

Definované triedy Ming

Tieto triedy sú definované v rozšírení Ming a budú dostupné, keď sa to rozšírenie buď skompilovalo do PHP alebo dynamicky nahralo počas runtime.

swfshape
swffill
swfgradient
swfbitmap
swftext
swftextfield
swffont
swfdisplayitem
swfmovie
swfbutton
swfaction
swfmorph
swfsprite

Definované triedy Oracle 8

Tieto triedy sú definované v rozšírení Oracle 8 a budú dostupné, keď sa to rozšírenie buď skompilovalo alebo dynamicky nahralo počas runtime.

OCI-Lob
OCI-Collection

Definované triedy qtdom

Tieto triedy sú definované v rošírení qtdom a budú dostupné keď sa to rozšírenie buď skompilovalo do PHP alebo dynamicky nahrolo počas runtime.

QDomDocument
QDomNode


Preddefinované konštanty> <Preddefinované premenné
Last updated: Sun, 25 Nov 2007
 
add a note add a note User Contributed Notes
Preddefinované triedy
Typer85 at gmail dot com
17-Feb-2007 08:58
In response to the note below mine,

This list is not incomplete. Read the Manual folks, its listed there plain and simple:

"This section lists standard predefined classes. Miscellaneous extensions define other classes which are described in their reference."

Depending on what extensions you have, they might define their own classes. This list is just the standard classes as defined by PHP with no regards to extensions.
Simon Kissane
14-Sep-2004 12:54
The above list is incomplete. For example, on my PHP 5.0 configuration (yours may differ depending on the extensions you choose to install), the following classes are predefined:

== "Core" ==
stdClass
Exception
__PHP_Incomplete_Class
php_user_filter
Directory

== Reflection API ==
ReflectionException
Reflection
ReflectionFunction
ReflectionParameter
ReflectionMethod
ReflectionClass
ReflectionObject
ReflectionProperty
ReflectionExtension

== SQLLite ==
SQLiteDatabase
SQLiteResult
SQLiteUnbuffered
SQLiteException

== Standard PHP Lib. ==
RecursiveIteratorIterator
FilterIterator
ParentIterator
LimitIterator
CachingIterator
CachingRecursiveIterator
ArrayObject
ArrayIterator
DirectoryIterator
RecursiveDirectoryIterator

== SimpleXML ==
SimpleXMLElement
SimpleXMLIterator

== DOM/XSL/XPath extensions ==
DOMException
DOMStringList
DOMNameList
DOMImplementationList
DOMImplementationSource
DOMImplementation
DOMNode
DOMNameSpaceNode
DOMDocumentFragment
DOMDocument
DOMNodeList
DOMNamedNodeMap
DOMCharacterData
DOMAttr
DOMElement
DOMText
DOMComment
DOMTypeinfo
DOMUserDataHandler
DOMDomError
DOMErrorHandler
DOMLocator
DOMConfiguration
DOMCdataSection
DOMDocumentType
DOMNotation
DOMEntity
DOMEntityReference
DOMProcessingInstruction
DOMStringExtend
DOMXPath
XSLTProcessor
unknown
23-Jul-2002 10:29
It's handy to have a array of the reserved classes.....
var_dump (get_declared_classes ());

Preddefinované konštanty> <Preddefinované premenné
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites