検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 389 for foreach (0.120 sec.)
現在の DirectoryIterator アイテムが実行可能であるかどうかを調べる 4122
« DirectoryIterator::isDot DirectoryIterator::isFile » PHP Manual DirectoryIterator 現在の Direc ... r = new DirectoryIterator ( dirname ( __FILE__ )); foreach ( $iterator as $fileinfo ) { if ( $fileinfo -> isE ...
https://man.plustar.jp/php/directoryiterator.isexecutable.html - [similar]
現在の DirectoryIterator アイテムが通常のファイルであるかどうかを調べる 4122
« DirectoryIterator::isExecutable DirectoryIterator::isLink » PHP Manual DirectoryIterator 現在の ... r = new DirectoryIterator ( dirname ( __FILE__ )); foreach ( $iterator as $fileinfo ) { if ( $fileinfo -> isF ...
https://man.plustar.jp/php/directoryiterator.isfile.html - [similar]
現在の DirectoryIterator アイテムが書き込み可能であるかどうかを調べる 4122
« DirectoryIterator::isReadable DirectoryIterator::key » PHP Manual DirectoryIterator 現在の Dir ... r = new DirectoryIterator ( dirname ( __FILE__ )); foreach ( $iterator as $fileinfo ) { if ( $fileinfo -> isW ...
https://man.plustar.jp/php/directoryiterator.iswritable.html - [similar]
現在の DirectoryIterator アイテムのキーを返す 4122
« DirectoryIterator::isWritable DirectoryIterator::next » PHP Manual DirectoryIterator 現在の Di ... r = new DirectoryIterator ( dirname ( __FILE__ )); foreach ( $dir as $fileinfo ) { if (! $fileinfo -> isDot ( ...
https://man.plustar.jp/php/directoryiterator.key.html - [similar]
指定したローカルタグ名に対応するすべての要素を検索する 4122
« DOMDocument::getElementById DOMDocument::getElementsByTagNameNS » PHP Manual DOMDocument 指定し ... $books = $dom -> getElementsByTagName ( 'book' ); foreach ( $books as $book ) { echo $book -> nodeValue , PH ...
https://man.plustar.jp/php/domdocument.getelementsbytagname.html - [similar]
インターネットサービスおよびプロトコルが関連するポート番号を取得する 4122
« getprotobynumber getservbyport » PHP Manual ネットワーク 関数 インターネットサービスおよびプロ ... nicname' , 'gopher' , 'finger' , 'pop3' , 'www' ); foreach ( $services as $service ) { $port = getservbyname ...
https://man.plustar.jp/php/function.getservbyname.html - [similar]
メールボックスへの IMAP ストリームをオープンする 4122
« imap_num_recent imap_ping » PHP Manual IMAP 関数 メールボックスへの IMAP ストリームをオープンす ... ) { echo "コールが失敗しました<br />\n" ; } else { foreach ( $folders as $val ) { echo $val . "<br />\n" ; } ... ) { echo "コールが失敗しました<br />\n" ; } else { foreach ( $headers as $val ) { echo $val . "<br />\n" ; } ...
https://man.plustar.jp/php/function.imap-open.html - [similar]
サポートされる全てのモードの配列を取得する 4122
« mcrypt_list_algorithms mcrypt_module_close » PHP Manual Mcrypt 関数 サポートされる全てのモード ... _modes() の例 <?php $modes = mcrypt_list_modes (); foreach ( $modes as $mode ) { echo " $mode <br />\n" ; } ? ...
https://man.plustar.jp/php/function.mcrypt-list-modes.html - [similar]
クエリからの複数の行を二次元配列に取得する 4122
« oci_execute oci_fetch_array » PHP Manual OCI8 関数 クエリからの複数の行を二次元配列に取得する ... 果を見やすく表示します echo "<table border='1'>\n" ; foreach ( $res as $col ) { echo "<tr>\n" ; foreach ( $col ...
https://man.plustar.jp/php/function.oci-fetch-all.html - [similar]
クエリがプリフェッチする行数を設定する 4122
« oci_set_prefetch_lob oci_statement_type » PHP Manual OCI8 関数 クエリがプリフェッチする行数を設 ... OCI_ASSOC + OCI_RETURN_NULLS )) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" .( $item !== null ... OCI_ASSOC + OCI_RETURN_NULLS )) { echo "<tr>\n" ; foreach ( $row as $item ) { echo " <td>" .( $item !== null ...
https://man.plustar.jp/php/function.oci-set-prefetch.html - [similar]