検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 443 for 終了 (0.131 sec.)
RecursiveTreeIterator クラス 4007
« RecursiveRegexIterator::hasChildren RecursiveTreeIterator::beginChildren » PHP Manual イテレー ... を取得する RecursiveTreeIterator::endChildren — 子を終了する RecursiveTreeIterator::endIteration — 反復処理を ...
https://man.plustar.jp/php/class.recursivetreeiterator.html - [similar]
数値から、1バイトの文字列を生成する 4007
« chop chunk_split » PHP Manual String 関数 数値から、1バイトの文字列を生成する chr (PHP 4, PHP ... ompatible encoding $str = "この文字列はエスケープで終了します: " ; $str .= chr ( 27 ); /* $str の最後にエス ... が多い */ $str = sprintf ( "この文字列はエスケープで終了します: %c" , 27 ); ?> 例2 オーバーフローの挙動 <?ph ...
https://man.plustar.jp/php/function.chr.html - [similar]
ファイル上のすべてのメタタグ情報を配列に展開する 4007
« get_headers http_build_query » PHP Manual URL 関数 ファイル上のすべてのメタタグ情報を配列に展開 ... タグ内の情報を配列として返します。 </head> でパースを終了します。 パラメータ filename HTML ファイルへのパスを ... content="49.33;-86.59"> </head> <!-- ここでパースを終了します --> use_include_path use_include_path を true ...
https://man.plustar.jp/php/function.get-meta-tags.html - [similar]
出力用バッファをフラッシュ(送信)し、出力のバッファリングをオフにする 4007
« ob_end_clean ob_flush » PHP Manual 出力制御 関数 出力用バッファをフラッシュ(送信)し、出力のバッ ... sh() example 以下は全ての出力バッファをフラッシュし終了する簡単な方法の例です。 <?php while (@ ob_end_flush ... その内容を文字列として返した後で出力バッファリングを終了する ob_flush() - 出力バッファをフラッシュ(送信)する ...
https://man.plustar.jp/php/function.ob-end-flush.html - [similar]
文を実行する 4007
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, ... を開始あるいは続行します。 接続を閉じたりスクリプトが終了したりしたときに、 トランザクションは自動的にロールバ ... 合、 たとえデータが変更されていなくても スクリプトの終了時に OCI8 がロールバックを実行します。 不要なロールバ ... ンザクションは接続を閉じたとき、 もしくはスクリプトの終了時のいずれの場合でも すぐに自動的にロールバックされま ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
処理命令 (PI) 用ハンドラを設定する 4007
« xml_set_object xml_set_start_namespace_decl_handler » PHP Manual XML パーサ 関数 処理命令 (PI) ... 、一つの制約に 注意してください。XML PI において、PI 終了タグ ( ?> )は引用符で括ることができません。 このため ... 。これを使用した場合、残りの PHP コードは、"真の" PI 終了タグと同じく文字データとして処理 されます。 パラメー ...
https://man.plustar.jp/php/function.xml-set-processing-instruction-handler.html - [similar]
文字列をパースしてタイムスタンプにする 4007
« IntlDateFormatter::localtime IntlDateFormatter::setCalendar » PHP Manual IntlDateFormatter 文字 ... は offset は -1 となります。それ以外の場合はパースが終了した位置となります (そしてエラーが発生します)。 この ... 変数には、パースが失敗した場合にその終了位置が含まれます。 offset > strlen($string) の場合、 ...
https://man.plustar.jp/php/intldateformatter.parse.html - [similar]
どのライブラリを選ぶか 4007
« どの API を使うか コンセプト » PHP Manual MySQL 用 PHP ドライバの概要 どのライブラリを選ぶか ど ... アルライセンス 開発状況 進行中 進行中 ライフサイクル 終了予定なし 終了予定なし コンパイルのデフォルト (すべて ...
https://man.plustar.jp/php/mysqlinfo.library.choosing.html - [similar]
実行時設定 4007
« テスト 定義済み定数 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動 ... と、 oci_close() は何も行いません。接続はスクリプトの終了まで閉じられません。 これは後方互換性のためのみに存在 ... ます。 このオプションを -1 に設定すると、 PHP 処理が終了するか、または 接続が oci_close() で明示的に終了され ... は、警報ベースではありません。 PHP がスクリプト処理を終了して、リソースの最終使用タイムスタンプをチェックする ...
https://man.plustar.jp/php/oci8.configuration.html - [similar]
リクエストグループを作る 3965
« eio_grp_limit eio_init » PHP Manual Eio 関数 リクエストグループを作る eio_grp (PECL eio >= 0.0 ... す。 パラメータ callback callback 関数が、リクエスト終了時にコールされます。 この関数のプロトタイプは、 void ... $fp ); $my_file_fd = NULL ; /* グループリクエストが終了したときに呼ばれます */ function my_grp_done ( $data ...
https://man.plustar.jp/php/function.eio-grp.html - [similar]