Downloads
Documentation
Get Involved
Help
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
削除された拡張モジュール »
« 新しい関数
PHP マニュアル
付録
PHP 5.1.x から PHP 5.2.x への移行
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Korean
Romanian
Russian
Spanish
Turkish
Other
Edit
Report a Bug
新しいメソッド
5.2.x で新しく追加されたメソッドは次のとおりです。
dom
:
DOMDocument::registerNodeClass()
- 基底ノード型を作成するために使用する拡張クラスを登録します。
DOMElement::setIDAttribute()
- ID 型の属性を名前で宣言します。
DOMElement::setIDAttributeNode()
- ID 型の属性をノードで宣言します。
DOMElement::setIDAttributeNS()
- ID 型の属性をローカル名および名前空間 URI で宣言します。
DOMNode::C14N()
([bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]]) - ノードを文字列に正規化します。
DOMNode::C14NFile()
(string uri [, bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]]) - ノードをファイルに正規化します。
DOMNode::getNodePath()
() - ノードの
xpath
を取得します。
soap
:
SoapServer::setObject()
(object obj) - SOAP リクエストを処理するオブジェクトを設定します。
spl
:
int
ArrayObject::asort()
(void) - エントリを値で並べ替えます。
int
ArrayObject::ksort()
(void) - エントリをキーで並べ替えます。
int
ArrayObject::natcasesort()
(void) - エントリをキーで並べ替えます。大文字小文字を区別しない "自然順" アルゴリズムを使用します。
int
ArrayObject::natsort()
(void) - エントリを値で並べ替えます。"自然順" アルゴリズムを使用します。
int
ArrayObject::uasort()
(callback cmp_function) - エントリを、ユーザー定義関数を使用して値で並べ替えます。
int
ArrayObject::uksort()
(callback cmp_function) - エントリを、ユーザー定義関数を使用してキーで並べ替えます。
ArrayIterator
AppendIterator::getArrayIterator()
() - 内部の
ArrayIterator
にアクセスします。
int
AppendIterator::getIteratorIndex()
() - イテレータのインデックスを取得します。
bool
CachingIterator::getCache()
() - キャッシュを返します。
int
CachingIterator::getFlags()
() - 内部フラグを返します。
bool
CachingIterator::offsetExists()
(mixed index) - 指定したインデックスが存在する場合に
TRUE
を返します。
string
CachingIterator::offsetGet()
(mixed index) - 内部キャッシュを使用している場合にそれを返します。
void
CachingIterator::offsetSet()
(mixed index, mixed newval) - キャッシュ内の指定したインデックスを設定します。
void
CachingIterator::offsetUnset()
(mixed index) - キャッシュ内の指定したインデックスを削除します。
void
CachingIterator::setFlags()
() - 内部フラグを設定します。
array("delimiter" =>, "enclosure" =>)
SplFileObject::getCsvControl()
(void) -
fgetcsv()
で使用する区切り文字および囲み文字を取得します。
void
SplFileObject::setCsvControl()
([string delimiter = ',' [, string enclosure = '"']]) -
fgetcsv()
で使用する区切り文字および囲み文字を設定します。
Tidy
tidyNode
tidyNode::getParent()
() - 現在のノードの親ノードを返します (PHP 5.2.2 で追加されました)。
XMLReader
boolean
XMLReader::setSchema()
- W3C XSD スキーマを使用して、処理するドキュメントを検証します。 最初の
XMLReader::read()
を行う前にのみ実行可能です。
zip
:
ZipArchive::addEmptyDir()
() - 空のディレクトリをアーカイブ内に作成します。
add a note
User Contributed Notes
There are no user contributed notes for this page.