検索

phrase: max: clip:
target: order:
Results of 531 - 540 of about 1065 for [SIMILAR] 16 1024 4096 WITH 8811 config WITH 232... (1.848 sec.)
リソース型の一覧 0
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の一覧 以下にPHPのリソースを生成、使用、破棄するための関数の一覧を示します。 is_resource() によりある変数がリソースであるかど うかを調べることが可能です。また、 get_resource_type() は変数のリソ ...
https://man.plustar.jp/php/resource.html - [similar]
DOMDocumentFragment クラス 0
« DOMDocument::xinclude DOMDocumentFragment::appendXML » PHP Manual DOM DOMDocumentFragment クラス DOMDocumentFragment クラス (PHP 5, PHP 7, PHP 8) クラス概要 class DOMDocumentFragment extends DOMNode implements DOMParentNode { /* プロパティ */ public readonly ? DOMElement $ firstElement ...
https://man.plustar.jp/php/class.domdocumentfragment.html - [similar]
単純な XML ドキュメントの作成 0
« 例 XML 名前空間の使用 » PHP Manual 例 単純な XML ドキュメントの作成 単純な XML ドキュメントの作成 この例では、XMLWriter を使ってメモリ上に XML ドキュメントを作る方法を示します。 例1 単純な XML ドキュメントの作成 <?php $xw = xmlwriter_open_memory (); xmlwriter_set_indent ( $xw , 1 ); $r ...
https://man.plustar.jp/php/example.xmlwriter-simple.html - [similar]
コールバック / Callable 0
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 callable 型で表されます。 call_user_func() や usort() 等の関数は、ユーザーが定義するコールバック関数を引数として受け入れます。 コールバック関数は、単純な関数だけでなく、オブジェクトのメソッド あ ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
RecursiveIterator から RecursiveFilterIterator を作成する 0
« RecursiveFilterIterator RecursiveFilterIterator::getChildren » PHP Manual RecursiveFilterIterator RecursiveIterator から RecursiveFilterIterator を作成する RecursiveFilterIterator::__construct (PHP 5 >= 5.1.0, PHP 7, PHP 8) RecursiveFilterIterator::__construct — RecursiveIterator から ...
https://man.plustar.jp/php/recursivefilteriterator.construct.html - [similar]
イテレータの現在のエントリに関連づけられたデータを返す 0
« SplObjectStorage::getHash SplObjectStorage::key » PHP Manual SplObjectStorage イテレータの現在のエントリに関連づけられたデータを返す SplObjectStorage::getInfo (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplObjectStorage::getInfo — イテレータの現在のエントリに関連づけられたデータを返す 説明 public S ...
https://man.plustar.jp/php/splobjectstorage.getinfo.html - [similar]
Tidy の例 0
« 例 tidy » PHP Manual 例 Tidy の例 Tidy の例 このシンプルな例は、Tidy の基本的な使い方を示しています。 例1 Tidy の基本的な使用法 <?php ob_start (); ?> <html>a html document</html> <?php $html = ob_get_clean (); // 設定 $config = array( 'indent' => true , 'output-xhtml' => true , 'wrap' ...
https://man.plustar.jp/php/tidy.examples.basic.html - [similar]
Varnishlog のコンストラクタ 0
« VarnishLog VarnishLog::getLine » PHP Manual VarnishLog Varnishlog のコンストラクタ VarnishLog::__construct (PECL varnish >= 0.6) VarnishLog::__construct — Varnishlog のコンストラクタ 説明 public VarnishLog::__construct ( array $args = ? ) パラメータ args 設定用の引数。次のキーが使えます ...
https://man.plustar.jp/php/varnishlog.construct.html - [similar]
VarnishStat のコンストラクタ 0
« VarnishStat VarnishStat::getSnapshot » PHP Manual VarnishStat VarnishStat のコンストラクタ VarnishStat::__construct (PECL varnish >= 0.3) VarnishStat::__construct — VarnishStat のコンストラクタ 説明 public VarnishStat::__construct ( array $args = ? ) パラメータ args 設定用の引数。次のキ ...
https://man.plustar.jp/php/varnishstat.construct.html - [similar]
The getPrevious purpose 0
« Yaf_Exception::__construct Yaf_Exception_TypeError » PHP Manual Yaf_Exception The getPrevious purpose Yaf_Exception::getPrevious (Yaf >=1.0.0) Yaf_Exception::getPrevious — The getPrevious purpose 説明 public Yaf_Exception::getPrevious (): void 警告 この関数は、 現在のところ詳細な情報は ...
https://man.plustar.jp/php/yaf-exception.getprevious.html - [similar]