検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 102 for body (0.017 sec.)
文字列から HTML を読み込む 5952
« DOMDocument::load DOMDocument::loadHTMLFile » PHP Manual DOMDocument 文字列から HTML を読み込む ... c = new DOMDocument (); $doc -> loadHTML ( "<html><body>Test<br></body></html>" ); echo $doc -> saveHTML ( ...
https://man.plustar.jp/php/domdocument.loadhtml.html - [similar]
出力バッファを gzip 圧縮するための ob_start コールバック関数 5952
« ob_get_status ob_implicit_flush » PHP Manual 出力制御 関数 出力バッファを gzip 圧縮するための ... の例 <?php ob_start ( "ob_gzhandler" ); ?> <html> <body> <p>このページは圧縮されます。</p> </body> </html> ...
https://man.plustar.jp/php/function.ob-gzhandler.html - [similar]
PHP に関するクレジットを出力する 5952
« php_uname phpinfo » PHP Manual PHP オプション/情報 関数 PHP に関するクレジットを出力する phpcr ... ad> <title>独自のクレジットページ</title> </head> <body> <?php // あなたが書いた独自のコード phpcredits ( ... ALL - CREDITS_FULLPAGE ); // さらに別のコード ?> </body> </html> 注意 注意 : phpcredits() を CLI モードで使 ...
https://man.plustar.jp/php/function.phpcredits.html - [similar]
Reads the next frame 5952
« Stomp::hasFrame Stomp::send » PHP Manual Stomp Reads the next frame Stomp::readFrame stomp_rea ... ]=> string(1) "0" ["priority"]=> string(1) "0" } ["body"]=> string(3) "bar" } 例2 手続き型 <?php /* connec ... す。 array(3) { ["command"]=> string(7) "MESSAGE" ["body"]=> string(3) "bar" ["headers"]=> array(6) { ["tra ...
https://man.plustar.jp/php/stomp.readframe.html - [similar]
新しい tidy オブジェクトを作成する 5952
« tidy::cleanRepair tidy::diagnose » PHP Manual tidy 新しい tidy オブジェクトを作成する tidy::__ ... "en" lang="en"> <head><title>title</title></head> <body> <p>paragraph <bt /> text</p> </body></html> HTML; ...
https://man.plustar.jp/php/tidy.construct.html - [similar]
IMAP、POP3 および NNTP 5900
« メール関連 はじめに » PHP Manual メール関連 IMAP、POP3 および NNTP IMAP、POP3 および NNTP はじ ... ry — 8 ビット文字列を base64 文字列に変換する imap_body — メッセージ本文を読む imap_bodystruct — 指定したメ ... ッセージの指定した body セクションの構造を読み込む imap_check — 現在のメー ... 指定したメッセージのヘッダ情報の概要を読む imap_fetchbody — メッセージ本文中の特定のセクションを取り出す ima ... 定のメッセージの構造を読み込む imap_fetchtext — imap_body のエイリアス imap_gc — IMAP キャッシュをクリアする ...
https://man.plustar.jp/php/book.imap.html - [similar]
VarnishLog クラス 5900
« VarnishStat::getSnapshot VarnishLog::__construct » PHP Manual Varnish VarnishLog クラス Varnis ... 33 ; const int TAG_TTL = 34 ; const int TAG_Fetch_Body = 35 ; const int TAG_VCL_acl = 36 ; const int TAG_ ... stHeader VarnishLog::TAG_TTL VarnishLog::TAG_Fetch_Body VarnishLog::TAG_VCL_acl VarnishLog::TAG_VCL_call V ...
https://man.plustar.jp/php/class.varnishlog.html - [similar]
PHP とはなんでしょう? 5900
« 入門 PHPにできることは? » PHP Manual 入門 PHP とはなんでしょう? PHP とはなんでしょう? PHP ( PH ... tml> <html> <head> <title>Example</title> </head> <body> <?php echo "Hi, I'm a PHP script!" ; ?> </body> < ...
https://man.plustar.jp/php/intro-whatis.html - [similar]
IMAP 関数 5900
« 定義済み定数 imap_8bit » PHP Manual IMAP IMAP 関数 IMAP 関数 参考 この文書では、提供される関数 ... ry — 8 ビット文字列を base64 文字列に変換する imap_body — メッセージ本文を読む imap_bodystruct — 指定したメ ... ッセージの指定した body セクションの構造を読み込む imap_check — 現在のメー ... 指定したメッセージのヘッダ情報の概要を読む imap_fetchbody — メッセージ本文中の特定のセクションを取り出す ima ... 定のメッセージの構造を読み込む imap_fetchtext — imap_body のエイリアス imap_gc — IMAP キャッシュをクリアする ...
https://man.plustar.jp/php/ref.imap.html - [similar]
Acknowledges consumption of a message 5900
« Stomp::abort Stomp::begin » PHP Manual Stomp Acknowledges consumption of a message Stomp::ack ... */ $frame = $stomp -> readFrame (); if ( $frame -> body === $msg ) { /* acknowledge that the frame was rec ... frame = stomp_read_frame ( $link ); if ( $frame [ 'body' ] === $msg ) { /* acknowledge that the frame was ...
https://man.plustar.jp/php/stomp.ack.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT