検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 352 for [SIMILAR] 16 1024 4096 WITH 24159 getuid WITH 84... (0.352 sec.)
関数エイリアスのリスト 0
« 状態 予約語の一覧 » PHP Manual 付録 関数エイリアスのリスト 関数エイリアスのリスト 数はかなり少ないですが、PHPには複数の名前でコールされる関数があります。 いくつかの関数は単に二つの名前があり、実際の機能を持ちません。 (例えば is_int() と is_integer() は完全に同じです) いくつかの場合、 ...
https://man.plustar.jp/php/aliases.html - [similar]
Yaf_Controller_Abstract クラス 0
« Yaf_Config_Simple::valid Yaf_Controller_Abstract::__construct » PHP Manual Yaf Yaf_Controller_Abstract クラス Yaf_Controller_Abstract クラス (Yaf >=1.0.0) はじめに Yaf_Controller_Abstract は Yaf システムの中心となるクラスです。 MVC は Model-View-Controller の略で、 アプリケーションのロ ...
https://man.plustar.jp/php/class.yaf-controller-abstract.html - [similar]
HTTP コンテキストオプションの一覧 0
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションとパラメータ HTTP コンテキストオプションの一覧 HTTP コンテキストオプション HTTP コンテキストオプション — HTTP コンテキストオプションの一覧 説明 http:// および https:// トランスポート用のコンテキ ...
https://man.plustar.jp/php/context.http.html - [similar]
switch 0
« continue match » PHP Manual 制御構造 switch switch (PHP 4, PHP 5, PHP 7, PHP 8) switch 文は、同じ式を用いてIF文を並べたのに似ています。 同じ変数を異なる値と比較し、値に応じて異なったコードを実行したいと 思うことがしばしばあるかと思います。 switch 文は、まさにこのためにあるのです。 注意 ...
https://man.plustar.jp/php/control-structures.switch.html - [similar]
要件 0
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 各機能の動作は、使用するデータベースの実装に依存します。 dba_optimize() および dba_sync() のような関数は、特定のデータベースでは動作しますが、他のデータベースでは 機能しません。サポートされるdbaハンドラをダウン ...
https://man.plustar.jp/php/dba.requirements.html - [similar]
基底ノード型を作成する際に使用する拡張クラスを登録する 0
« DOMDocument::normalizeDocument DOMDocument::relaxNGValidate » PHP Manual DOMDocument 基底ノード型を作成する際に使用する拡張クラスを登録する DOMDocument::registerNodeClass (PHP 5 >= 5.2.0, PHP 7, PHP 8) DOMDocument::registerNodeClass — 基底ノード型を作成する際に使用する拡張クラスを登録す ...
https://man.plustar.jp/php/domdocument.registernodeclass.html - [similar]
他の SAPI との違い 0
« はじめに オプション » PHP Manual コマンドラインの使用法 他の SAPI との違い 他の SAPI との違い CLI SAPI を他の SAPI と比べた時の 大きな違いを以下に示します。 CGI SAPI と異なり、ヘッダが出力されません。 CGI SAPI は HTTP ヘッダの出力を抑制する機能を 提供していますが、等価な機能は CLI SAPI ...
https://man.plustar.jp/php/features.commandline.differences.html - [similar]
配列を生成する 0
« array_walk arsort » PHP Manual 配列 関数 配列を生成する array (PHP 4, PHP 5, PHP 7, PHP 8) array — 配列を生成する 説明 array ( mixed ...$values ): array 配列を作成します。 配列に関するより詳しい情報は 配列型 のセクションをご覧ください。 パラメータ values カンマで区切った構文 "index => ...
https://man.plustar.jp/php/function.array.html - [similar]
外部から変数を受け取り、オプションでそれらをフィルタリングする 0
« filter_id filter_input » PHP Manual Filter 関数 外部から変数を受け取り、オプションでそれらをフィルタリングする filter_input_array (PHP 5 >= 5.2.0, PHP 7, PHP 8) filter_input_array — 外部から変数を受け取り、オプションでそれらをフィルタリングする 説明 filter_input_array ( int $type , arr ...
https://man.plustar.jp/php/function.filter-input-array.html - [similar]
配列と同様の形式で、複数の変数への代入を行う 0
« ksort natcasesort » PHP Manual 配列 関数 配列と同様の形式で、複数の変数への代入を行う list (PHP 4, PHP 5, PHP 7, PHP 8) list — 配列と同様の形式で、複数の変数への代入を行う 説明 list ( mixed $var , mixed ...$vars = ? ): array array() と同様に、 この関数は実際には関数ではなく言語構造です ...
https://man.plustar.jp/php/function.list.html - [similar]