検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 396 for [SIMILAR] 16 1024 4096 WITH 11055 セク WITH 1008... (0.553 sec.)
購読しているすべてのメールボックスの一覧を得る 0
« imap_listsubscribed imap_mail_compose » PHP Manual IMAP 関数 購読しているすべてのメールボックスの一覧を得る imap_lsub (PHP 4, PHP 5, PHP 7, PHP 8) imap_lsub — 購読しているすべてのメールボックスの一覧を得る 説明 imap_lsub ( IMAP\Connection $imap , string $reference , string $pattern ): ...
https://man.plustar.jp/php/function.imap-lsub.html - [similar]
メッセージのヘッダを返す 0
« imap_fetchbody imap_fetchmime » PHP Manual IMAP 関数 メッセージのヘッダを返す imap_fetchheader (PHP 4, PHP 5, PHP 7, PHP 8) imap_fetchheader — メッセージのヘッダを返す 説明 imap_fetchheader ( IMAP\Connection $imap , int $message_num , int $flags = 0 ): string | false 指定したメッセージ ...
https://man.plustar.jp/php/function.imap-fetchheader.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]
リソース型の一覧 0
« その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の一覧 以下にPHPのリソースを生成、使用、破棄するための関数の一覧を示します。 is_resource() によりある変数がリソースであるかど うかを調べることが可能です。また、 get_resource_type() は変数のリソ ...
https://man.plustar.jp/php/resource.html - [similar]
addrinfo に関する情報を取得する 0
« socket_addrinfo_connect socket_addrinfo_lookup » PHP Manual ソケット 関数 addrinfo に関する情報を取得する socket_addrinfo_explain (PHP 7 >= 7.2.0, PHP 8) socket_addrinfo_explain — addrinfo に関する情報を取得する 説明 socket_addrinfo_explain ( AddressInfo $address ): array socket_addrin ...
https://man.plustar.jp/php/function.socket-addrinfo-explain.html - [similar]
メッセージキューを破棄する 0
« msg_receive msg_send » PHP Manual セマフォ関数 メッセージキューを破棄する msg_remove_queue (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) msg_remove_queue — メッセージキューを破棄する 説明 msg_remove_queue ( SysvMessageQueue $queue ): bool msg_remove_queue() は、 queue で指定したメッセージキュー ...
https://man.plustar.jp/php/function.msg-remove-queue.html - [similar]
メッセージキューにメッセージを送信する 0
« msg_remove_queue msg_set_queue » PHP Manual セマフォ関数 メッセージキューにメッセージを送信する msg_send (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) msg_send — メッセージキューにメッセージを送信する 説明 msg_send ( SysvMessageQueue $queue , int $message_type , string | int | float | bool $me ...
https://man.plustar.jp/php/function.msg-send.html - [similar]
mysqlndプラグインの開発をはじめよう 0
« mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの開発をはじめよう mysqlndプラグインの開発をはじめよう mysqlnd プラグイン それ自体が PHPエクステンション であることを覚えておくことが重要です。 次のコードは、典型的な mysqlnd プラグインで使われ ...
https://man.plustar.jp/php/mysqlnd.plugin.developing.html - [similar]
文字列からメールヘッダを解釈する 0
« imap_rfc822_parse_adrlist imap_rfc822_write_address » PHP Manual IMAP 関数 文字列からメールヘッダを解釈する imap_rfc822_parse_headers (PHP 4, PHP 5, PHP 7, PHP 8) imap_rfc822_parse_headers — 文字列からメールヘッダを解釈する 説明 imap_rfc822_parse_headers ( string $headers , string $def ...
https://man.plustar.jp/php/function.imap-rfc822-parse-headers.html - [similar]
while 0
« 制御構造に関する別の構文 do-while » PHP Manual 制御構造 while while (PHP 4, PHP 5, PHP 7, PHP 8) while ループは、PHPで最も簡単なタイプのループです。 このループは、CのWHILEループと同様の動作をします。 while ループの基本形は次のようになります。 while (式) 文 while 文の意味は簡単です。 wh ...
https://man.plustar.jp/php/control-structures.while.html - [similar]