検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 353 for else (0.236 sec.)
現在のエントリが配列あるいはオブジェクトであるかどうかを返す 4341
« RecursiveArrayIterator::getChildren RecursiveCachingIterator » PHP Manual RecursiveArrayIterat ... $value ) { echo $key . ' : ' . $value . "\n" ; } } else { echo "No children.\n" ; } $iterator -> next (); ...
https://man.plustar.jp/php/recursivearrayiterator.haschildren.html - [similar]
現在のエントリのイテレータを返す 4341
« RecursiveRegexIterator::__construct RecursiveRegexIterator::hasChildren » PHP Manual Recursive ... => $value ) { echo $value . " " ; } echo "\n" ; } else { echo "No children\n" ; } } ?> 上の例の出力は以下 ...
https://man.plustar.jp/php/recursiveregexiterator.getchildren.html - [similar]
キーワードのリスト 4341
« 予約語の一覧 定義済のクラス » PHP Manual 予約語の一覧 キーワードのリスト キーワードのリスト こ ... clone const continue declare default die() do echo else elseif empty() enddeclare endfor endforeach endif ...
https://man.plustar.jp/php/reserved.keywords.html - [similar]
定義されている関数の一覧を返す 4341
« SoapServer::fault SoapServer::handle » PHP Manual SoapServer 定義されている関数の一覧を返す So ... ST_METHOD" ] == "POST" ) { $server -> handle (); } else { echo "This SOAP server can handle following func ...
https://man.plustar.jp/php/soapserver.getfunctions.html - [similar]
簡易なファイルロックを行う 4341
« SplFileObject::fgetss SplFileObject::fpassthru » PHP Manual SplFileObject 簡易なファイルロック ... $file -> flock ( LOCK_UN ); // ロックを解除する } else { echo "ロックを取得できませんでした!" ; } ?> 参考 ...
https://man.plustar.jp/php/splfileobject.flock.html - [similar]
インデックスを使用して、エントリの内容を返す 4341
« ZipArchive::getExternalAttributesName ZipArchive::getFromName » PHP Manual ZipArchive インデッ ... ho $zip -> getFromIndex ( 2 ); $zip -> close (); } else { echo '失敗' ; } ?> 参考 ZipArchive::getFromName( ...
https://man.plustar.jp/php/ziparchive.getfromindex.html - [similar]
名前を使用して、エントリの内容を返す 4341
« ZipArchive::getFromIndex ZipArchive::getNameIndex » PHP Manual ZipArchive 名前を使用して、エン ... omName ( 'testfromfile.php' ); $zip -> close (); } else { echo '失敗' ; } ?> 例2 zip エントリの画像への変換 ...
https://man.plustar.jp/php/ziparchive.getfromname.html - [similar]
名前で定義されたエントリの外部属性を設定する 4341
« ZipArchive::setExternalAttributesIndex ZipArchive::setMtimeIndex » PHP Manual ZipArchive 名前で ... mode' ] << 16 ); $zip -> close (); echo "Ok\n" ; } else { echo "KO\n" ; } ?> 関連キーワード: 外部 , 属性 , ...
https://man.plustar.jp/php/ziparchive.setexternalattributesname.html - [similar]
インデックスを使用してエントリの変更時間を設定する 4341
« ZipArchive::setExternalAttributesName ZipArchive::setMtimeName » PHP Manual ZipArchive インデッ ... , 25 , 2019 )); $zip -> close (); echo "Ok\n" ; } else { echo "KO\n" ; } ?> 注意 注意 : この関数は libzip ...
https://man.plustar.jp/php/ziparchive.setmtimeindex.html - [similar]
名前を使ってエントリの変更時間を設定する 4341
« ZipArchive::setMtimeIndex ZipArchive::setPassword » PHP Manual ZipArchive 名前を使ってエントリ ... , 25 , 2019 )); $zip -> close (); echo "Ok\n" ; } else { echo "KO\n" ; } ?> 注意 注意 : この関数は libzip ...
https://man.plustar.jp/php/ziparchive.setmtimename.html - [similar]