検索

phrase: max: clip:
target: order:
Results of 361 - 370 of about 2212 for [SIMILAR] 16 1024 4096 WITH 32782 削除 WITH 1792... (1.427 sec.)
指定されたメッセージをメールボックスにコピーする 0
« imap_mail_compose imap_mail_move » PHP Manual IMAP 関数 指定されたメッセージをメールボックスにコピーする imap_mail_copy (PHP 4, PHP 5, PHP 7, PHP 8) imap_mail_copy — 指定されたメッセージをメールボックスにコピーする 説明 imap_mail_copy ( IMAP\Connection $imap , string $message_nums , st ...
https://man.plustar.jp/php/function.imap-mail-copy.html - [similar]
配列要素を文字列により連結する 0
« htmlspecialchars join » PHP Manual String 関数 配列要素を文字列により連結する implode (PHP 4, PHP 5, PHP 7, PHP 8) implode — 配列要素を文字列により連結する 説明 implode ( string $separator , array $array ): string 代替のシグネチャ(名前付き引数をサポートしていません): implode ( array $a ...
https://man.plustar.jp/php/function.implode.html - [similar]
指定したサーバーからアイテムを取得する 0
« Memcached::getAllKeys Memcached::getDelayed » PHP Manual Memcached 指定したサーバーからアイテムを取得する Memcached::getByKey (PECL memcached >= 0.1.0) Memcached::getByKey — 指定したサーバーからアイテムを取得する 説明 public Memcached::getByKey ( string $server_key , string $key , call ...
https://man.plustar.jp/php/memcached.getbykey.html - [similar]
共変性と反変性 0
« オブジェクトのシリアライズ 変更履歴 » PHP Manual クラスとオブジェクト 共変性と反変性 共変性と反変性 PHP 7.2.0 で、子クラスのメソッドの引数の型の制限を除く形で、反変性が一部サポートされました。 PHP 7.4.0 以降で、共変性と反変性が完全にサポートされるようになりました。 共変性とは、子クラス ...
https://man.plustar.jp/php/language.oop5.variance.html - [similar]
メールボックスへの IMAP ストリームをオープンする 0
« imap_num_recent imap_ping » PHP Manual IMAP 関数 メールボックスへの IMAP ストリームをオープンする imap_open (PHP 4, PHP 5, PHP 7, PHP 8) imap_open — メールボックスへの IMAP ストリームをオープンする 説明 imap_open ( string $mailbox , string $user , string $password , int $flags = 0 , in ...
https://man.plustar.jp/php/function.imap-open.html - [similar]
現在のメールボックスに関する情報を得る 0
« imap_mail imap_mime_header_decode » PHP Manual IMAP 関数 現在のメールボックスに関する情報を得る imap_mailboxmsginfo (PHP 4, PHP 5, PHP 7, PHP 8) imap_mailboxmsginfo — 現在のメールボックスに関する情報を得る 説明 imap_mailboxmsginfo ( IMAP\Connection $imap ): stdClass サーバーにおける現在 ...
https://man.plustar.jp/php/function.imap-mailboxmsginfo.html - [similar]
結果保持用メモリを開放する 0
« mysql_field_type mysql_get_client_info » PHP Manual MySQL 関数 結果保持用メモリを開放する mysql_free_result (PHP 4, PHP 5) mysql_free_result — 結果保持用メモリを開放する 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは PDO_MySQL を使うべき ...
https://man.plustar.jp/php/function.mysql-free-result.html - [similar]
以前の例外ハンドラ関数を回復する 0
« restore_error_handler set_error_handler » PHP Manual エラー処理関数 以前の例外ハンドラ関数を回復する restore_exception_handler (PHP 5, PHP 7, PHP 8) restore_exception_handler — 以前の例外ハンドラ関数を回復する 説明 restore_exception_handler (): bool set_exception_handler() を使用して例 ...
https://man.plustar.jp/php/function.restore-exception-handler.html - [similar]
可変関数 0
« 戻り値 内部(ビルトイン)関数 » PHP Manual 関数 可変関数 可変関数 PHP は可変関数(variable functions)の概念をサポートします。 これにより、変数名の後に括弧が付いている場合、その値が何であろうと PHPは、同名の関数を探し実行を試みます。 この機能は、コールバック、関数テーブル等を実装するため ...
https://man.plustar.jp/php/functions.variable-functions.html - [similar]
子要素群から子要素を削除する 0
« DOMNode::normalize DOMNode::replaceChild » PHP Manual DOMNode 子要素群から子要素を削除する DOMNode::removeChild (PHP 5, PHP 7, PHP 8) DOMNode::removeChild — 子要素群から子要素を削除する 説明 public DOMNode::removeChild ( DOMNode $child ): DOMNode | false この関数は、子要素群から子要素を ...
https://man.plustar.jp/php/domnode.removechild.html - [similar]