検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 102 for body (0.006 sec.)
このノードが HTML要素 であるかどうかを調べる 8126
« tidyNode::isComment tidyNode::isJste » PHP Manual tidyNode このノードが HTML要素 であるかどうか ... /* JSTE code */ alert('Hello World'); #> </head> <body> <?php // PHP code echo 'hello world!'; ?> <% /* A ... "Hello World!") %> <!-- Comments --> Hello World </body></html> Outside HTML HTML; $tidy = tidy_parse_stri ... alert('Hello World'); #> <title></title> </head> <body> <?php // PHP code echo 'hello world!'; ?><% /* AS ... d!") %><!-- Comments --> Hello WorldOutside HTML </body> </html> # html node #2 <head> <?php echo '<title> ...
https://man.plustar.jp/php/tidynode.ishtml.html - [similar]
Constructor 7945
« StompFrame StompException » PHP Manual StompFrame Constructor StompFrame::__construct (PECL st ... string $command = ? , array $headers = ? , string $body = ? ) Constructor. パラメータ command Frame comman ... d headers Frame headers ( array ). body Frame body. 関連キーワード: Constructor , construc ...
https://man.plustar.jp/php/stompframe.construct.html - [similar]
メッセージ本文を読む 7893
« imap_binary imap_bodystruct » PHP Manual IMAP 関数 メッセージ本文を読む imap_body (PHP 4, PHP ... 5, PHP 7, PHP 8) imap_body — メッセージ本文を読む 説明 imap_body ( IMAP\Conne ... essage_num , int $flags = 0 ): string | false imap_body() は、現在のメールボックスにある message_num 番目の ... メッセージの本文を返します。 imap_body() は、メッセージの本文と全く同じ コピーのみを返しま ... 単一の部分要素の コピーを展開する際には、 imap_fetchbody() を使用する必要があります。 パラメータ imap IMAP\ ...
https://man.plustar.jp/php/function.imap-body.html - [similar]
Set the HTTP request body data. 7764
« Swoole\Http\Client::setCookies Swoole\Http\Client::setHeaders » PHP Manual Swoole\Http\Client ... Set the HTTP request body data. Swoole\Http\Client::setData (PECL swoole >= ... Swoole\Http\Client::setData — Set the HTTP request body data. 説明 public Swoole\Http\Client::setData ( st ...
https://man.plustar.jp/php/swoole-http-client.setdata.html - [similar]
Tidy パースツリーの <head> タグから始まる tidyNode オブジェクトを返す 7466
« tidy::getStatus tidy::html » PHP Manual tidy Tidy パースツリーの <head> タグから始まる tidyNod ... tml = ' <html> <head> <title>test</title> </head> <body> <p>paragraph</p> </body> </html>' ; $tidy = tidy_ ... ます。 <head> <title>test</title> </head> 参考 tidy::body() - Tidy パースツリーの <body> タグから始まる tidy ...
https://man.plustar.jp/php/tidy.head.html - [similar]
Get the raw HTTP POST body. 7402
« Swoole\Http\Request::__destruct Swoole\Http\Response » PHP Manual Swoole\Http\Request Get the ... raw HTTP POST body. Swoole\Http\Request::rawcontent (PECL swoole >= 1 ... e\Http\Request::rawcontent — Get the raw HTTP POST body. 説明 public Swoole\Http\Request::rawcontent (): s ...
https://man.plustar.jp/php/swoole-http-request.rawcontent.html - [similar]
特定のメッセージの構造を読み込む 7285
« imap_fetchmime imap_fetchtext » PHP Manual IMAP 関数 特定のメッセージの構造を読み込む imap_fet ... ap_fetchstructure() が返すオブジェクト type 最初の body 部の型 encoding body 部を転送する際のエンコード法 ... トップレベルオブジェクトと 同じです。それぞれが MIME body 部に対応しています。 最初の body 部の型 (使用するラ ... は、 リソース が期待されていました。 参考 imap_fetchbody() - メッセージ本文中の特定のセクションを取り出す i ... map_bodystruct() - 指定したメッセージの指定した body セクシ ...
https://man.plustar.jp/php/function.imap-fetchstructure.html - [similar]
指定したエンベロープおよびボディセクションに基づいて MIME メッセージを作成する 7104
« imap_lsub imap_mail_copy » PHP Manual IMAP 関数 指定したエンベロープおよびボディセクションに基 ... れます。 処理された要素は、本文の一部を構成します。 body に指定する配列の構造 キー 型 説明 type int MIMEタイ ... [ "contents.data" ] = "contents.data3\n\n\n\t" ; $body [ 1 ] = $part1 ; $body [ 2 ] = $part2 ; $body [ 3 ... t3 ; echo nl2br ( imap_mail_compose ( $envelope , $body )); ?> 関連キーワード: メッセージ , エンベロープ , ...
https://man.plustar.jp/php/function.imap-mail-compose.html - [similar]
7039
« リソース型 Stomp 関数 » PHP Manual Stomp 例 例 例1 オブジェクト指向型 <?php $queue = '/queue/f ... */ $frame = $stomp -> readFrame (); if ( $frame -> body === $msg ) { var_dump ( $frame ); /* acknowledge t ... ]=> string(1) "0" ["priority"]=> string(1) "0" } ["body"]=> string(3) "bar" } 例2 手続き型 <?php $queue = ... frame = stomp_read_frame ( $link ); if ( $frame [ 'body' ] === $msg ) { var_dump ( $frame ); /* acknowledg ... す。 array(3) { ["command"]=> string(7) "MESSAGE" ["body"]=> string(3) "bar" ["headers"]=> array(6) { ["tra ...
https://man.plustar.jp/php/stomp.examples.html - [similar]
別途提供される設定ファイルを使用して文字列を修正する 6987
« tidy::repairFile tidy::root » PHP Manual tidy 別途提供される設定ファイルを使用して文字列を修正 ... (); ?> <html> <head> <title>test</title> </head> <body> <p>error</i> </body> </html> <?php $buffer = ob_g ... 2//EN"> <html> <head> <title>test</title> </head> <body> <p>error</p> </body> </html> 参考 tidy::parseFile ...
https://man.plustar.jp/php/tidy.repairstring.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT