超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<预定义变量预定义常量>
Last updated: Fri, 22 Jun 2007

预定义类

标准类

这些类由一些内建在 PHP 中的标准函数定义。

Directory

dir 中用来实例化的类。

stdClass

__PHP_Incomplete_Class

自 PHP 5 起预定义的类

这些额外的预定义类是 PHP 5.0.0 引进的。

exception

php_user_filter

Ming

这些类在 Ming 扩展中定义,只有在该扩展被编译到 PHP 中或者动态装载后才可以使用。

swfshape

swffill

swfgradient

swfbitmap

swftext

swftextfield

swffont

swfdisplayitem

swfmovie

swfbutton

swfaction

swfmorph

swfsprite

Oracle 8

这些类在 Oracle 8 扩展中定义,只有在该扩展被编译到 PHP 中或者动态装载后才可以使用。

OCI-Lob

OCI-Collection

qtdom

这些类在 qtdom 扩展中定义,只有在该扩展被编译到 PHP 中或者动态装载后才可以使用。

QDomDocument

QDomNode




add a note add a note User Contributed Notes
预定义类
unknown
24-Jul-2002 01:29
It's handy to have a array of the reserved classes.....
var_dump (get_declared_classes ());

<预定义变量预定义常量>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22