検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 353 for else (0.021 sec.)
XMLファイルをパースし、オブジェクトに代入する 4082
« simplexml_import_dom simplexml_load_string » PHP Manual SimpleXML 関数 XMLファイルをパースし、 ... exml_load_file ( 'test.xml' ); print_r ( $xml ); } else { exit( 'Failed to open test.xml.' ); } ?> このスク ...
https://man.plustar.jp/php/function.simplexml-load-file.html - [similar]
ソケットのオプションを設定する 4082
« socket_set_nonblock socket_setopt » PHP Manual ソケット 関数 ソケットのオプションを設定する so ... ket_strerror ( socket_last_error ()) . PHP_EOL ; } else if ( $rval !== 0 ) { echo 'SO_REUSEADDR がソケット ...
https://man.plustar.jp/php/function.socket-set-option.html - [similar]
文字列中で、特定の(大文字小文字を区別しない)文字列が最後に現れた位置を探す 4082
« strrev strrpos » PHP Manual String 関数 文字列中で、特定の(大文字小文字を区別しない)文字列が最 ... が ( $haystack ) の中に見つかりませんでした。" ; } else { echo "おめでとう!\n" ; echo "( $needle ) が最後に ...
https://man.plustar.jp/php/function.strripos.html - [similar]
指定したキーで排他ロックを確保する 4082
« wincache_fcache_meminfo wincache_ocache_fileinfo » PHP Manual WinCache 関数 指定したキーで排他 ... nlock ( “lock_txt_lock” ); // ロックを解放します } else { echo "Couldn't get the lock!" ; } fclose ( $fp ) ...
https://man.plustar.jp/php/function.wincache-lock.html - [similar]
ジェネレータとは 4082
« ジェネレータ ジェネレータの構文 » PHP Manual ジェネレータ ジェネレータとは ジェネレータとは (P ... rt ; $i <= $limit ; $i += $step ) { yield $i ; } } else { if ( $step >= 0 ) { throw new LogicException ( ' ...
https://man.plustar.jp/php/language.generators.overview.html - [similar]
外部のパスあるいはファイルを phar アーカイブ内に仮想的にマウントする 4082
« Phar::mapPhar Phar::mungServer » PHP Manual Phar 外部のパスあるいはファイルを phar アーカイブ内 ... 'extra.xml' , __DIR__ . '/extra_config.xml' ); } } else { Phar :: mount ( 'config.xml' , 'phar://' . __FIL ...
https://man.plustar.jp/php/phar.mount.html - [similar]
このエントリのファイルハンドラを取得する 4082
« RarEntry::getPackedSize RarEntry::getUnpackedSize » PHP Manual RarEntry このエントリのファイル ... ream , 8192 ); if ( $buff !== false ) echo $buff ; else break; // fread のエラー } fclose ( $stream ); ?> ...
https://man.plustar.jp/php/rarentry.getstream.html - [similar]
ストレージの暗号化 4082
« データベースへの接続 SQLインジェクション » PHP Manual データベースのセキュリティ ストレージの暗 ... come, ' . htmlspecialchars ( $username ) . '!' ; } else { echo 'Authentication failed for ' . htmlspecialc ...
https://man.plustar.jp/php/security.database.storage.html - [similar]
セッションIDの受渡し 4082
« 基本的な使用法 カスタムセッションハンドラ » PHP Manual 例 セッションIDの受渡し セッションIDの受 ... SION [ 'count' ])) { $_SESSION [ 'count' ] = 1 ; } else { $_SESSION [ 'count' ]++; } ?> <p> こんにちは、あ ...
https://man.plustar.jp/php/session.idpassing.html - [similar]
4082
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipAr ... MLREADER :: ELEMENT ) { $elm = $reader -> name ; } else { if ( $reader -> nodeType == XMLREADER :: END_ELE ...
https://man.plustar.jp/php/zip.examples.html - [similar]