検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 209 for [SIMILAR] 16 1024 4096 WITH 23885 recursive WITH... (0.314 sec.)
mysqli の概要 0
« はじめに クイックスタートガイド » PHP Manual MySQLi mysqli の概要 mysqli の概要 このセクションでは、 PHP アプリケーションの開発で MySQL データベースを扱うときの選択肢について説明します。 API って何? API は Application Programming Interface の略で、 何らかのタスクを実行するためにアプリケ ...
https://man.plustar.jp/php/mysqli.overview.html - [similar]
IMAP 関数 0
« 定義済み定数 imap_8bit » PHP Manual IMAP IMAP 関数 IMAP 関数 参考 この文書では、提供される関数に関する全ての話題の詳細について立ち入ることは できません。より詳細な情報については、c-client ライブラリのソースに 付属するドキュメント ( docs/internal.txt ) および以下の RFC ドキュメントで提供 ...
https://man.plustar.jp/php/ref.imap.html - [similar]
指定したディレクトリの詳細なファイル一覧を返す 0
« ftp_raw ftp_rename » PHP Manual FTP 関数 指定したディレクトリの詳細なファイル一覧を返す ftp_rawlist (PHP 4, PHP 5, PHP 7, PHP 8) ftp_rawlist — 指定したディレクトリの詳細なファイル一覧を返す 説明 ftp_rawlist ( FTP\Connection $ftp , string $directory , bool $recursive = false ): array | ...
https://man.plustar.jp/php/function.ftp-rawlist.html - [similar]
ノードを正規化する 0
« DOMNode::lookupPrefix DOMNode::removeChild » PHP Manual DOMNode ノードを正規化する DOMNode::normalize (PHP 5, PHP 7, PHP 8) DOMNode::normalize — ノードを正規化する 説明 public DOMNode::normalize (): void 空のテキストノードを削除し、このノードに隣接するテキストノードとそのすべての子をマ ...
https://man.plustar.jp/php/domnode.normalize.html - [similar]
パフォーマンスの考慮点 0
« 循環の収集 DTrace 動的トレーシング » PHP Manual ガベージコレクション パフォーマンスの考慮点 パフォーマンスの考慮点 可能性があるルートを単純に収集すると、パフォーマンスにごくわずかな影響があると既に前述しました。 しかし、これは PHP 5.3 と PHP 5.2 を比較する場合です。 可能性があるルートを ...
https://man.plustar.jp/php/features.gc.performance-considerations.html - [similar]
購読中の全メールボックスの一覧を取得する 0
« imap_getmailboxes imap_header » PHP Manual IMAP 関数 購読中の全メールボックスの一覧を取得する imap_getsubscribed (PHP 4, PHP 5, PHP 7, PHP 8) imap_getsubscribed — 購読中の全メールボックスの一覧を取得する 説明 imap_getsubscribed ( IMAP\Connection $imap , string $reference , string $patt ...
https://man.plustar.jp/php/function.imap-getsubscribed.html - [similar]
ユーザー定義関数 0
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義されます。 例1 関数の使用法を説明するための擬似コード <?php function foo ( $arg_1 , $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
パターン構文 0
« Perl とは異なる点 はじめに » PHP Manual PCRE のパターン パターン構文 パターン構文 目次 はじめに デリミタ メタ文字 エスケープシーケンス Unicode 文字プロパティ アンカー ドット 文字クラス 選択肢 内部オプション設定 サブパターン 繰り返し 後方参照 言明 再試行無しのサブパターン 条件付きサブパ ...
https://man.plustar.jp/php/reference.pcre.pattern.syntax.html - [similar]
接続処理 0
« リモートファイルの使用 持続的データベース接続 » PHP Manual 機能 接続処理 接続処理 PHP 内部で、接続ステータスが保持されます。 これは、次の 4 つの状態をとりえます。 0 - NORMAL 1 - ABORTED 2 - TIMEOUT 3 - ABORTED および TIMEOUT 通常 PHP が実行されている場合、NORMAL 状態がアクティブになりま ...
https://man.plustar.jp/php/features.connection-handling.html - [similar]
LDAP コントロール 0
« PHP LDAP コールの使用法 例 » PHP Manual LDAP LDAP コントロール LDAP コントロール コントロールは、リクエストを処理中にサーバの振る舞いを変更するために LDAP リクエストと一緒に送られる特別なオブジェクトです。 サーバがレスポンスと一緒に送ってくる、 追加の情報を提供するためのコントロールも存 ...
https://man.plustar.jp/php/ldap.controls.html - [similar]