検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 374 for Test (0.020 sec.)
現在のエントリのイテレータを返す 3818
« RecursiveRegexIterator::__construct RecursiveRegexIterator::hasChildren » PHP Manual Recursive ... rrayIterator = new RecursiveArrayIterator (array( 'test1' , array( 'tet3' , 'test4' , 'test5' ))); $rRegex ... new RecursiveRegexIterator ( $rArrayIterator , '/^test/' , RecursiveRegexIterator :: ALL_MATCHES ); forea ... 上の例の出力は以下となります。 No children Children: test4 test5 参考 RecursiveRegexIterator::hasChildren() ...
https://man.plustar.jp/php/recursiveregexiterator.getchildren.html - [similar]
コメント 3818
« 条件付きサブパターン 再帰的パターン » PHP Manual PCRE 正規表現構文 コメント コメント コメントは ... パターンの中でのコメントの使い方 <?php $subject = 'test' ; /* PCRE_EXTENDED を有効にせずにコメントを追加す ...
https://man.plustar.jp/php/regexp.reference.comments.html - [similar]
ドキュメントで使用している名前空間を返す 3818
« SimpleXMLElement::getName SimpleXMLElement::registerXPathNamespace » PHP Manual SimpleXMLEleme ... http://example.org/ns" xmlns:t="http://example.org/test"> <p:person id="1">John Doe</p:person> <p:person i ...
https://man.plustar.jp/php/simplexmlelement.getnamespaces.html - [similar]
定義されている関数の一覧を返す 3818
« SoapServer::fault SoapServer::handle » PHP Manual SoapServer 定義されている関数の一覧を返す So ... = new SoapServer ( NULL , array( "uri" => "http://test-uri" )); $server -> addFunction ( SOAP_FUNCTIONS_A ...
https://man.plustar.jp/php/soapserver.getfunctions.html - [similar]
SoapVar コンストラクタ 3818
« SoapVar Yar » PHP Manual SoapVar SoapVar コンストラクタ SoapVar::__construct (PHP 5, PHP 7, PH ... => "http://localhost/soap.php" , 'uri' => "http://test-uri/" )); $struct = new SOAPStruct ( 'arg' , 34 , ...
https://man.plustar.jp/php/soapvar.construct.html - [similar]
Tidy パースツリーの <body> タグから始まる tidyNode オブジェクトを返す 3818
« tidy tidy::cleanRepair » PHP Manual tidy Tidy パースツリーの <body> タグから始まる tidyNode オ ... etBody() の例 <?php $html = ' <html> <head> <title>test</title> </head> <body> <p>paragraph</p> </body> </ ...
https://man.plustar.jp/php/tidy.body.html - [similar]
パースしているドキュメントの妥当性を示す 3818
« XMLReader::getParserProperty XMLReader::lookupNamespace » PHP Manual XMLReader パースしているド ... L の妥当性の検証 <?php $xml = XMLReader :: open ( 'test.xml' ); // validate オプションを有効にしておかない ...
https://man.plustar.jp/php/xmlreader.isvalid.html - [similar]
新しいディレクトリを追加する 3818
« ZipArchive ZipArchive::addFile » PHP Manual ZipArchive 新しいディレクトリを追加する ZipArchive ... <?php $zip = new ZipArchive ; if ( $zip -> open ( 'test.zip' ) === TRUE ) { if( $zip -> addEmptyDir ( 'new ...
https://man.plustar.jp/php/ziparchive.addemptydir.html - [similar]
インデックスを使用して、エントリの内容を返す 3818
« ZipArchive::getExternalAttributesName ZipArchive::getFromName » PHP Manual ZipArchive インデッ ... <?php $zip = new ZipArchive ; if ( $zip -> open ( 'test.zip' ) === TRUE ) { echo $zip -> getFromIndex ( 2 ...
https://man.plustar.jp/php/ziparchive.getfromindex.html - [similar]
名前を使用して、エントリの内容を返す 3818
« ZipArchive::getFromIndex ZipArchive::getNameIndex » PHP Manual ZipArchive 名前を使用して、エン ... <?php $zip = new ZipArchive ; if ( $zip -> open ( 'test1.zip' ) === TRUE ) { echo $zip -> getFromName ( 't ... ive (); if ( $z -> open ( dirname ( __FILE__ ) . '/test_im.zip' )) { $im_string = $z -> getFromName ( "pea ...
https://man.plustar.jp/php/ziparchive.getfromname.html - [similar]