検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 559 for [SIMILAR] 16 1024 4096 WITH 23404 deflate WITH 1... (0.470 sec.)
購読中の全メールボックスの一覧を取得する 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]
文字列から HTML および PHP タグを取り除く 0
« strcspn stripcslashes » PHP Manual String 関数 文字列から HTML および PHP タグを取り除く strip_tags (PHP 4, PHP 5, PHP 7, PHP 8) strip_tags — 文字列から HTML および PHP タグを取り除く 説明 strip_tags ( string $string , array | string | null $allowed_tags = null ): string この関数は、指 ...
https://man.plustar.jp/php/function.strip-tags.html - [similar]
SSH サーバーに接続する 0
« ssh2_auth_pubkey_file ssh2_disconnect » PHP Manual SSH2 関数 SSH サーバーに接続する ssh2_connect (PECL ssh2 >= 0.9.0) ssh2_connect — SSH サーバーに接続する 説明 ssh2_connect ( string $host , int $port = 22 , array $methods = ? , array $callbacks = ? ): resource リモートの SSH サーバーと ...
https://man.plustar.jp/php/function.ssh2-connect.html - [similar]
NumberFormatter クラス 0
« Collator::sort NumberFormatter::create » PHP Manual intl NumberFormatter クラス NumberFormatter クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) はじめに プログラムで数値を保存したり操作したりする際には、 ロケールに依存しないバイナリ表現を使用します。 数値を表示するときに、ロケ ...
https://man.plustar.jp/php/class.numberformatter.html - [similar]
OverflowException クラス 0
« OutOfRangeException RangeException » PHP Manual 例外 OverflowException クラス OverflowException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに いっぱいになっているコンテナに要素を追加した場合にスローされる例外です。 クラス概要 class OverflowException extends RuntimeException { /* 継承し ...
https://man.plustar.jp/php/class.overflowexception.html - [similar]
UnderflowException クラス 0
« RuntimeException UnexpectedValueException » PHP Manual 例外 UnderflowException クラス UnderflowException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに 空のコンテナ上で無効な操作 (要素の削除など) を試みたときにスローされる例外です。 クラス概要 class UnderflowException extends RuntimeEx ...
https://man.plustar.jp/php/class.underflowexception.html - [similar]
ファイル全体を読み込んで配列に格納する 0
« file_put_contents fileatime » PHP Manual ファイルシステム 関数 ファイル全体を読み込んで配列に格納する file (PHP 4, PHP 5, PHP 7, PHP 8) file — ファイル全体を読み込んで配列に格納する 説明 file ( string $filename , int $flags = 0 , ? resource $context = null ): array | false ファイル全体 ...
https://man.plustar.jp/php/function.file.html - [similar]
メールボックスのリストを読み込み、各ボックスに関する詳細な情報を返す 0
« imap_getacl imap_getsubscribed » PHP Manual IMAP 関数 メールボックスのリストを読み込み、各ボックスに関する詳細な情報を返す imap_getmailboxes (PHP 4, PHP 5, PHP 7, PHP 8) imap_getmailboxes — メールボックスのリストを読み込み、各ボックスに関する詳細な情報を返す 説明 imap_getmailboxes ( IM ...
https://man.plustar.jp/php/function.imap-getmailboxes.html - [similar]
DN をユーザーに分かりやすい名前のフォーマットに変換する 0
« ldap_delete ldap_err2str » PHP Manual LDAP 関数 DN をユーザーに分かりやすい名前のフォーマットに変換する ldap_dn2ufn (PHP 4, PHP 5, PHP 7, PHP 8) ldap_dn2ufn — DN をユーザーに分かりやすい名前のフォーマットに変換する 説明 ldap_dn2ufn ( string $dn ): string | false 指定した dn をよりユーザ ...
https://man.plustar.jp/php/function.ldap-dn2ufn.html - [similar]
指定した変数の割当を解除する 0
« unserialize var_dump » PHP Manual 変数操作 関数 指定した変数の割当を解除する unset (PHP 4, PHP 5, PHP 7, PHP 8) unset — 指定した変数の割当を解除する 説明 unset ( mixed $var , mixed ...$vars ): void unset() は指定した変数を破棄します。 関数 unset() の内部動作は、 破棄しようとする変数の型 ...
https://man.plustar.jp/php/function.unset.html - [similar]