検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 389 for [SIMILAR] 16 1024 4096 WITH 30436 varnishlog WIT... (0.301 sec.)
メールボックスへの IMAP ストリームをオープンする 0
« imap_num_recent imap_ping » PHP Manual IMAP 関数 メールボックスへの IMAP ストリームをオープンする imap_open (PHP 4, PHP 5, PHP 7, PHP 8) imap_open — メールボックスへの IMAP ストリームをオープンする 説明 imap_open ( string $mailbox , string $user , string $password , int $flags = 0 , in ...
https://man.plustar.jp/php/function.imap-open.html - [similar]
proc_open で開かれたプロセスを閉じ、 そのプロセスの終了コードを返す 0
« passthru proc_get_status » PHP Manual プログラム実行関数 proc_open で開かれたプロセスを閉じ、 そのプロセスの終了コードを返す proc_close (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) proc_close — proc_open() で開かれたプロセスを閉じ、 そのプロセスの終了コードを返す 説明 proc_close ( resource $p ...
https://man.plustar.jp/php/function.proc-close.html - [similar]
実行を遅延させる 0
« show_source sys_getloadavg » PHP Manual その他の関数 実行を遅延させる sleep (PHP 4, PHP 5, PHP 7, PHP 8) sleep — 実行を遅延させる 説明 sleep ( int $seconds ): int seconds で与えられた秒数分プログラムの実行を遅延させます。 パラメータ seconds 秒単位の停止時間。 戻り値 成功した場合にゼロ、 ...
https://man.plustar.jp/php/function.sleep.html - [similar]
マイクロ秒単位で実行を遅延する 0
« unpack 変更履歴 » PHP Manual その他の関数 マイクロ秒単位で実行を遅延する usleep (PHP 4, PHP 5, PHP 7, PHP 8) usleep — マイクロ秒単位で実行を遅延する 説明 usleep ( int $microseconds ): void 指定したマイクロ秒数だけプログラムの実行を遅延させます。 パラメータ microseconds 実行を停止するマ ...
https://man.plustar.jp/php/function.usleep.html - [similar]
はじめに 0
« Ev インストール/設定 » PHP Manual Ev はじめに はじめに この拡張モジュールは、 » libev ライブラリへのインターフェイスを提供します。 このライブラリは、C で書かれたハイパフォーマンスで高機能なイベントループです。 注意 : この拡張モジュールは Windows 環境では利用できません。 Libev はイベント ...
https://man.plustar.jp/php/intro.ev.html - [similar]
はじめに 0
« pthreads インストール/設定 » PHP Manual pthreads はじめに はじめに pthreads はオブジェクト指向の API で、PHP でマルチスレッド処理を行うのに必要なすべてのツールを提供します。 PHP アプリケーションで、Thread や Worker そして Threaded を作ったり読み書きしたり実行したりできるようになります。 ...
https://man.plustar.jp/php/intro.pthreads.html - [similar]
列挙型の概要 0
« 列挙型(Enum) 列挙型の基礎 » PHP Manual 列挙型(Enum) 列挙型の概要 列挙型の概要 (PHP 8 >= 8.1.0) 列挙型(Enumerations) または Enum を使うと、 開発者は取りうる値を限定した独自の型を定義できます。 これによって、"不正な状態を表現できなくなる" ので、 ドメインモデルを定義する時に特に役立ちます ...
https://man.plustar.jp/php/language.enumerations.overview.html - [similar]
新機能 0
« PHP 7.2.x から PHP 7.3.x への移行 新しく追加された関数 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 新機能 新機能 PHP コア ヒアドキュメントと Nowdoc構文 がより柔軟に 文字列を閉じるマーカーの後に、セミコロンや改行文字を続ける必要はなくなりました。 それに加えて、文字列を閉じるマーカーは ...
https://man.plustar.jp/php/migration73.new-features.html - [similar]
その他の変更 0
« PHP 7.3.x で推奨されなくなる機能 Windows のサポート » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 その他の変更 その他の変更 PHP コア set(raw)cookie 関数は $option 引数を受け入れるように setcookie() および setrawcookie() 関数は、次のようなシグネチャもサポートするようになりました: setco ...
https://man.plustar.jp/php/migration73.other-changes.html - [similar]
エラーのレポート 0
« SQLインジェクション ユーザーが投稿したデータ » PHP Manual セキュリティ エラーのレポート エラーのレポート PHPのセキュリティに関して、2種類のエラー出力があります。一つは、セ キュリティ向上に役立つものであり、もう一つは、セキュリティ上有害な ものです。 標準的な攻撃手法の中に不完全なデータ ...
https://man.plustar.jp/php/security.errors.html - [similar]