検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 229 for [SIMILAR] 16 1024 4096 WITH 13836 正常 WITH 1102... (0.206 sec.)
0
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 <?php enum SortOrder { case ASC ; case DESC ; } function query ( $fields , $filter , SortOrder $order = SortOrder :: ASC ) { ... } ?> query() 関数は、 $order が SortOrder::ASC または SortOrder: ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
出力制御 関数 0
« 出力リライトの使用法 flush » PHP Manual 出力制御 出力制御 関数 出力制御 関数 参考 header() および setcookie() も参照ください。 目次 flush — システム出力バッファをフラッシュする ob_clean — 出力バッファをクリア(消去)する ob_end_clean — 出力用バッファをクリア(消去)し、出力のバッファリング ...
https://man.plustar.jp/php/ref.outcontrol.html - [similar]
新機能 0
« 下位互換性のない変更点 PHP 7.0.x で推奨されなくなる機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 新機能 新機能 スカラー型宣言 スカラー 型宣言 には二つの方式があります。デフォルトの自動変換(coercive) モードと、 厳密に判断する strict モードです。 パラメータとして、 文字列 ( string ...
https://man.plustar.jp/php/migration70.new-features.html - [similar]
新しく追加された関数 0
« 新しいクラスとインターフェイス 新しいグローバル定数 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新しく追加された関数 新しく追加された関数 PHP コア get_mangled_object_vars() password_algos() sapi_windows_set_ctrl_handler() GD imagecreatefromtga() マルチバイト文字列 mb_str_split() Ope ...
https://man.plustar.jp/php/migration74.new-functions.html - [similar]
その他の関数 0
« LuaSandboxTimeoutError はじめに » PHP Manual その他の基本モジュール その他の関数 その他の関数 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 その他の関数 connection_aborted — クライアントとの接続が切断されているかどうかを調べる connection_status — 接 ...
https://man.plustar.jp/php/book.misc.html - [similar]
Secure Shell2 0
« AddressInfo はじめに » PHP Manual その他のサービス Secure Shell2 Secure Shell2 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 SSH2 関数 ssh2_auth_agent — SSH の認証を、ssh agent を使って行う ssh2_auth_hostbased_file — ホスト公開鍵を使用して認証を行う ...
https://man.plustar.jp/php/book.ssh2.html - [similar]
The EvChild class 0
« EvCheck::createStopped EvChild::__construct » PHP Manual Ev The EvChild class The EvChild class (PECL ev >= 0.2.0) はじめに EvChild ウォッチャーは、子プロセスの状態の変更 (たいていは、停止したり終了したりといったもの) に反応してこのプロセスが SIGCHLD を受け取ったときに起動します。 EvCh ...
https://man.plustar.jp/php/class.evchild.html - [similar]
EvChild ウォッチャーオブジェクトを作る 0
« EvChild EvChild::createStopped » PHP Manual EvChild EvChild ウォッチャーオブジェクトを作る EvChild::__construct (PECL ev >= 0.2.0) EvChild::__construct — EvChild ウォッチャーオブジェクトを作る 説明 public EvChild::__construct ( int $pid , bool $trace , callable $callback , mixed $data ...
https://man.plustar.jp/php/evchild.construct.html - [similar]
cURL セッションを実行する 0
« curl_escape curl_file_create » PHP Manual cURL 関数 cURL セッションを実行する curl_exec (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) curl_exec — cURL セッションを実行する 説明 curl_exec ( CurlHandle $handle ): string | bool 指定した cURL セッションを実行します。 この関数は、cURL セッションを初 ...
https://man.plustar.jp/php/function.curl-exec.html - [similar]
クライアントの接続が切断された際にスクリプトの実行を終了するかどうかを設定する 0
« hrtime pack » PHP Manual その他の関数 クライアントの接続が切断された際にスクリプトの実行を終了するかどうかを設定する ignore_user_abort (PHP 4, PHP 5, PHP 7, PHP 8) ignore_user_abort — クライアントの接続が切断された際にスクリプトの実行を終了するかどうかを設定する 説明 ignore_user_abort ...
https://man.plustar.jp/php/function.ignore-user-abort.html - [similar]