検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 396 for [SIMILAR] 16 1024 4096 WITH 11055 セク WITH 1008... (0.384 sec.)
はじめに 0
« SPL インストール/設定 » PHP Manual SPL はじめに はじめに The Standard PHP Library (SPL) は、標準的な問題を解決するためのインターフェイスやクラスを集めたものです。 SPL は、標準データ構造や、オブジェクトを走査するためのイテレータ、インターフェイス、標準の例外、そしてファイルを扱うクラスな ...
https://man.plustar.jp/php/intro.spl.html - [similar]
ソケット 関数 0
« ソケットのエラー socket_accept » PHP Manual ソケット ソケット 関数 ソケット 関数 目次 socket_accept — ソケットへの接続を許可する socket_addrinfo_bind — 与えられた addrinfo から、ソケットを作成してバインドする socket_addrinfo_connect — 与えられた addrinfo から、ソケットを作って接続する ...
https://man.plustar.jp/php/ref.sockets.html - [similar]
WDDX 関数 0
« wddx の例 wddx_add_vars » PHP Manual WDDX WDDX 関数 WDDX 関数 目次 wddx_add_vars — 指定した ID の WDDX パケットに変数を追加する wddx_deserialize — WDDX パケットをデシリアライズする wddx_packet_end — 指定した ID の WDDX パケットを終了する wddx_packet_start — 新規の WDDX パケットを内部の ...
https://man.plustar.jp/php/ref.wddx.html - [similar]
グローバル名前空間 0
« ユーザーレベルでの命名の手引き ルール » PHP Manual ユーザーレベルでの命名の手引き グローバル名前空間 グローバル名前空間 グローバル名前空間に属する言語構造には、このようなものがあります。 関数 クラス インターフェイス 定数 (クラス定数以外) 関数/メソッド の外部で定義された変数 関連キーワー ...
https://man.plustar.jp/php/userlandnaming.globalnamespace.html - [similar]
Scans the buffer for an occurrence of a string 0
« EventBuffer::readLine EventBuffer::searchEol » PHP Manual EventBuffer Scans the buffer for an occurrence of a string EventBuffer::search (PECL event >= 1.2.6-beta) EventBuffer::search — Scans the buffer for an occurrence of a string 説明 public EventBuffer::search ( string $what , int ...
https://man.plustar.jp/php/eventbuffer.search.html - [similar]
プロセスの優先度を取得する 0
« pcntl_get_last_error pcntl_rfork » PHP Manual PCNTL 関数 プロセスの優先度を取得する pcntl_getpriority (PHP 5, PHP 7, PHP 8) pcntl_getpriority — プロセスの優先度を取得する 説明 pcntl_getpriority ( ? int $process_id = null , int $mode = PRIO_PROCESS ): int | false pcntl_getpriority() は、 ...
https://man.plustar.jp/php/function.pcntl-getpriority.html - [similar]
MIME エンコードされたテキストを UTF-8 に変換する 0
« imap_utf8_to_mutf7 IMAP\Connection » PHP Manual IMAP 関数 MIME エンコードされたテキストを UTF-8 に変換する imap_utf8 (PHP 4, PHP 5, PHP 7, PHP 8) imap_utf8 — MIME エンコードされたテキストを UTF-8 に変換する 説明 imap_utf8 ( string $mime_encoded_text ): string 宣言されている文字セットを ...
https://man.plustar.jp/php/function.imap-utf8.html - [similar]
WDDX 0
« simplexml_load_string はじめに » PHP Manual XML 操作 WDDX WDDX はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 wddx の例 WDDX 関数 wddx_add_vars — 指定した ID の WDDX パケットに変数を追加する wddx_deserialize — WDDX パケットをデシリアライズする wd ...
https://man.plustar.jp/php/book.wddx.html - [similar]
内部の整合性をチェックする (デバッグ用) 0
« Ev::time EvCheck » PHP Manual Ev 内部の整合性をチェックする (デバッグ用) Ev::verify (PECL ev >= 0.2.0) Ev::verify — 内部の整合性をチェックする (デバッグ用) 説明 final public static Ev::verify (): void 内部の整合性をチェック ( libev のデバッグ用) し、もしデータ構造が壊れている場合はプロ ...
https://man.plustar.jp/php/ev.verify.html - [similar]
リファレンスカウントの原理 0
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リファレンスカウントの原理 PHP 変数は「zval」と呼ばれるコンテナに保管されます。 zval コンテナには、変数の型と値の他に、情報の追加ビットを2つ含みます。 1つ目は「is_ref」と呼ばれ、変数が「参照集合 ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]