検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 1026 for [SIMILAR] 16 1024 4096 WITH 15054 func WITH 1196... (5.359 sec.)
サーバー情報および実行時の環境情報 0
« $GLOBALS $_GET » PHP Manual 定義済の変数 サーバー情報および実行時の環境情報 $_SERVER (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) $_SERVER — サーバー情報および実行時の環境情報 説明 $_SERVER は、ヘッダ、パス、スクリプトの位置のような 情報を有する配列です。この配列のエントリは、Web サーバーによ ...
https://man.plustar.jp/php/reserved.variables.server.html - [similar]
受ける可能性がある攻撃 0
« CGI バイナリとしてインストール ケース 1: 配布制限がないファイルのみを配布 » PHP Manual CGI バイナリとしてインストール 受ける可能性がある攻撃 受ける可能性がある攻撃 PHP を CGI バイナリとして使用するのは、PHP を モジュールとして(Apache のような)サーバーソフトウエアに組み込み たくない何ら ...
https://man.plustar.jp/php/security.cgi-bin.attacks.html - [similar]
Constructs signal event object 0
« Event::setTimer Event::timer » PHP Manual Event Constructs signal event object Event::signal (PECL event >= 1.2.6-beta) Event::signal — Constructs signal event object 説明 public static Event::signal ( EventBase $base , int $signum , callable $cb , mixed $arg = ? ): Event Constructs si ...
https://man.plustar.jp/php/event.signal.html - [similar]
Assigns read, write and event(status) callbacks 0
« EventBufferEvent::readBuffer EventBufferEvent::setPriority » PHP Manual EventBufferEvent Assigns read, write and event(status) callbacks EventBufferEvent::setCallbacks (PECL event >= 1.2.6-beta) EventBufferEvent::setCallbacks — Assigns read, write and event(status) callbacks 説明 publi ...
https://man.plustar.jp/php/eventbufferevent.setcallbacks.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 変数設定オプション 名前 デフォルト 変更可能 変更履歴 unserialize_callback_func null PHP_INI_ALL PHP_INI_* モードの詳細および定義については どこで設定を行うのか を参照 ...
https://man.plustar.jp/php/var.configuration.html - [similar]
配列の共通項を計算する 0
« array_intersect_ukey array_is_list » PHP Manual 配列 関数 配列の共通項を計算する array_intersect (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) array_intersect — 配列の共通項を計算する 説明 array_intersect ( array $array , array ...$arrays ): array array_intersect() は、他の全ての引数に存在する ...
https://man.plustar.jp/php/function.array-intersect.html - [similar]
複数または多次元の配列をソートする 0
« array_merge array_pad » PHP Manual 配列 関数 複数または多次元の配列をソートする array_multisort (PHP 4, PHP 5, PHP 7, PHP 8) array_multisort — 複数または多次元の配列をソートする 説明 array_multisort ( array &$array1 , mixed $array1_sort_order = SORT_ASC , mixed $array1_sort_flags = SOR ...
https://man.plustar.jp/php/function.array-multisort.html - [similar]
メッセージのフラグをクリアする 0
« imap_check imap_close » PHP Manual IMAP 関数 メッセージのフラグをクリアする imap_clearflag_full (PHP 4, PHP 5, PHP 7, PHP 8) imap_clearflag_full — メッセージのフラグをクリアする 説明 imap_clearflag_full ( IMAP\Connection $imap , string $sequence , string $flag , int $options = 0 ): boo ...
https://man.plustar.jp/php/function.imap-clearflag-full.html - [similar]
LDAP拡張オペレーションの結果オブジェクトをパースする 0
« ldap_next_reference ldap_parse_reference » PHP Manual LDAP 関数 LDAP拡張オペレーションの結果オブジェクトをパースする ldap_parse_exop (PHP 7 >= 7.2.0, PHP 8) ldap_parse_exop — LDAP拡張オペレーションの結果オブジェクトをパースする 説明 ldap_parse_exop ( LDAP\Connection $ldap , LDAP\Result ...
https://man.plustar.jp/php/function.ldap-parse-exop.html - [similar]
オブジェクト インターフェイス 0
« クラスの抽象化 トレイト » PHP Manual クラスとオブジェクト オブジェクト インターフェイス オブジェクト インターフェイス オブジェクト インターフェイスを使うと、 メソッドの実装を定義せずに、 クラスが実装する必要があるメソッドを指定するコードを作成できます。 インターフェイス は クラス や ト ...
https://man.plustar.jp/php/language.oop5.interfaces.html - [similar]