検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 407 for Content (0.113 sec.)
ファイル情報 4596
« scandir はじめに » PHP Manual ファイルシステム ファイル情報 ファイル情報 はじめに インストール ... o_set_flags — libmagic のオプションを設定する mime_content_type — ファイルの MIME Content-type を検出する fin ...
https://man.plustar.jp/php/book.fileinfo.html - [similar]
The Swoole\Async class 4596
« swoole_version Swoole\Async::dnsLookup » PHP Manual Swoole The Swoole\Async class The Swoole\A ... d public static write ( string $filename , string $content , int $offset = ? , callable $callback = ? ): void ... blic static writeFile ( string $filename , string $content , callable $callback = ? , string $flags = ? ): vo ...
https://man.plustar.jp/php/class.swoole-async.html - [similar]
HTTP コンテキストオプションの一覧 4544
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... は、 php.ini の user_agent の設定内容を使用します。 content string ヘッダの後に送信する追加データ。通常、POST ... stdata = http_build_query ( array( 'var1' => 'some content' , 'var2' => 'doh' ) ); $opts = array( 'http' => a ... rray( 'method' => 'POST' , 'header' => 'Content-type: application/x-www-form-urlencoded' , 'conten ... tream_context_create ( $opts ); $result = file_get_contents ( 'http://example.com/submit.php' , false , $cont ...
https://man.plustar.jp/php/context.http.html - [similar]
デフォルトのストリームコンテキストを取得する 4544
« stream_context_create stream_context_get_options » PHP Manual ストリーム 関数 デフォルトのスト ... $options = null ): resource ( fopen() 、 file_get_contents() のような) ファイル操作関数がコンテキストパラメ ... 'http' =>array( 'method' => "POST" , 'header' => "Content-type: application/x-www-form-urlencoded\r\n" . "Co ... ntent-length: " . strlen ( "baz=bomb" ), 'content' => "baz=bomb" ) ); $default = stream_context_get_ ...
https://man.plustar.jp/php/function.stream-context-get-default.html - [similar]
Close BLOB/CLOB data 4451
« cubrid_is_instance cubrid_lob_export » PHP Manual CUBRID 関数 Close BLOB/CLOB data cubrid_lob_ ... d_execute ( $conn , "CREATE TABLE doc (id INT, doc_content CLOB)" ); cubrid_execute ( $conn , "INSERT INTO do ... )" ); $lobs = cubrid_lob_get ( $conn , "SELECT doc_content FROM doc WHERE id=5" ); echo "Doc size: " . cubrid ...
https://man.plustar.jp/php/function.cubrid-lob-close.html - [similar]
Read BLOB/CLOB data and send straight to browser 4451
« cubrid_lob_get cubrid_lob_size » PHP Manual CUBRID 関数 Read BLOB/CLOB data and send straight ... d_execute ( $conn , "CREATE TABLE doc (id INT, doc_content CLOB)" ); cubrid_execute ( $conn , "INSERT INTO do ... )" ); $lobs = cubrid_lob_get ( $conn , "SELECT doc_content FROM doc WHERE id=5" ); cubrid_lob_send ( $conn , ...
https://man.plustar.jp/php/function.cubrid-lob-send.html - [similar]
Export BLOB/CLOB data to file 4408
« cubrid_lob_close cubrid_lob_get » PHP Manual CUBRID 関数 Export BLOB/CLOB data to file cubrid_ ... BLOB/CLOB data from CUBRID database, and saves its contents to a file. To use this function, you must use cub ... d_execute ( $conn , "CREATE TABLE doc (id INT, doc_content CLOB)" ); cubrid_execute ( $conn , "INSERT INTO do ... )" ); $lobs = cubrid_lob_get ( $conn , "SELECT doc_content FROM doc WHERE id=5" ); echo "Doc size: " . cubrid ...
https://man.plustar.jp/php/function.cubrid-lob-export.html - [similar]
Get BLOB/CLOB data 4408
« cubrid_lob_export cubrid_lob_send » PHP Manual CUBRID 関数 Get BLOB/CLOB data cubrid_lob_get ( ... d_execute ( $conn , "CREATE TABLE doc (id INT, doc_content CLOB)" ); cubrid_execute ( $conn , "INSERT INTO do ... )" ); $lobs = cubrid_lob_get ( $conn , "SELECT doc_content FROM doc WHERE id=5" ); echo "Doc size: " . cubrid ...
https://man.plustar.jp/php/function.cubrid-lob-get.html - [similar]
CMS の署名を検証する 4408
« openssl_cms_sign openssl_csr_export_to_file » PHP Manual OpenSSL 関数 CMS の署名を検証する ope ... untrusted_certificates_filename = null , ? string $content = null , ? string $pk7 = null , ? string $sigfile ... icates_filename 追加の中間証明書を含むファイル名。 content 署名が外包である場合に、その内容を含むファイル。 p ...
https://man.plustar.jp/php/function.openssl-cms-verify.html - [similar]
基本的な使用法 4357
« 例 Imagick » PHP Manual 例 基本的な使用法 基本的な使用法 Imagick は、PHP による画像の操作を、 ... 例1 Imagick によるサムネイルの作成 <?php header ( 'Content-type: image/jpeg' ); $image = new Imagick ( 'image ... Height () + 10 ); /* 画像を出力します */ header ( "Content-Type: image/png" ); echo $canvas ; ?> 上の例の出力 ... Format ( 'png' ); /* 画像を出力します */ header ( "Content-Type: image/png" ); echo $canvas ; ?> 上の例の出力 ... のヘッダーを設定して、画像を出力します */ header ( 'Content-Type: image/png' ); echo $img ; ?> 上の例の出力は、 ...
https://man.plustar.jp/php/imagick.examples-1.html - [similar]