検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 407 for CONTENT (0.010 sec.)
div および offset の係数を使用し、3x3 の畳み込み配列を適用する 4212
« imagecolortransparent imagecopy » PHP Manual GD および Image 関数 div および offset の係数を使 ... volution ( $image , $emboss , 1 , 127 ); header ( 'Content-Type: image/png' ); imagepng ( $image , null , 9 ) ... 18 , 'Gaussian Blur Text' , 0x00ff00 ); header ( 'Content-Type: image/png' ); imagepng ( $image , null , 9 ) ...
https://man.plustar.jp/php/function.imageconvolution.html - [similar]
バイナリ IPTC データを JPEG イメージに埋めこむ 4212
« imagexbm iptcparse » PHP Manual GD および Image 関数 バイナリ IPTC データを JPEG イメージに埋め ... $tag , $string ); } // IPTC データを埋め込みます $content = iptcembed ( $data , $path ); // 新しい画像データ ... みます $fp = fopen ( $path , "wb" ); fwrite ( $fp , $content ); fclose ( $fp ); ?> 注意 注意 : この関数は、GD 画 ...
https://man.plustar.jp/php/function.iptcembed.html - [similar]
Returns a short, readable, parsable string representation of a variable 4212
« var_representation 関数 その他のサービス » PHP Manual var_representation 関数 Returns a short, ... ontrol characters <?php echo var_representation ( "Content-Length: 123\r\n" ); 上の例の出力は以下となります。 ... "Content-Length: 123\r\n" 例3 Exporting stdClass <?php $per ...
https://man.plustar.jp/php/function.var-representation.html - [similar]
メソッドリクエスト用の XML を生成する 4212
« xmlrpc_decode xmlrpc_encode » PHP Manual XML-RPC 関数 メソッドリクエスト用の XML を生成する xm ... 'http' => array( 'method' => "POST" , 'header' => "Content-Type: text/xml" , 'content' => $request ))); $file ... = file_get_contents ( "http://www.example.com/xmlrpc" , false , $cont ... eate() - ストリームコンテキストを作成する file_get_contents() - ファイルの内容を全て文字列に読み込む xmlrpc_d ...
https://man.plustar.jp/php/function.xmlrpc-encode-request.html - [similar]
ファイルポインタ上に残っているすべてのデータを出力する 4169
« fopen fputcsv » PHP Manual ファイルシステム 関数 ファイルポインタ上に残っているすべてのデータを ... name , 'rb' ); // 正しいヘッダを送出する header ( "Content-Type: image/png" ); header ( "Content-Length: " . ...
https://man.plustar.jp/php/function.fpassthru.html - [similar]
画像の大きさを取得する 4169
« gd_info getimagesizefromstring » PHP Manual GD および Image 関数 画像の大きさを取得する getima ... 字列を返します。これらは HTML の IMG タグや HTTP の content type として使用できます。 警告 この関数は、 filena ... イプに一致します。この情報は 画像とともに正しい HTTP Content-type ヘッダを転送するために使用できます。 例1 geti ... filename , "rb" ); if ( $size && $fp ) { header ( "Content-type: { $size [ 'mime' ]} " ); fpassthru ( $fp ); ...
https://man.plustar.jp/php/function.getimagesize.html - [similar]
はじめに 4169
« ssdeep インストール/設定 » PHP Manual ssdeep はじめに はじめに ssdeep is a utility for creatin ... n between these sequences may be different in both content and length". ( » ssdeep project page ) This extens ...
https://man.plustar.jp/php/intro.ssdeep.html - [similar]
新しいグローバル定数 4118
« 新しく追加された関数 下位互換性のない変更点 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 新し ... APPCONNECT_TIME_T CURLINFO_CONNECT_TIME_T CURLINFO_CONTENT_LENGTH_DOWNLOAD_T CURLINFO_CONTENT_LENGTH_UPLOAD_T ...
https://man.plustar.jp/php/migration73.constants.html - [similar]
グローバルスコープで使用可能なすべての変数への参照 4118
« スーパーグローバル $_SERVER » PHP Manual 定義済の変数 グローバルスコープで使用可能なすべての変 ... current scope: ' . $foo . "\n" ; } $foo = "Example content" ; test (); ?> 上の例の出力は、 たとえば以下のよう ... になります。 $foo in global scope: Example content $foo in current scope: local variable 警告 PHP 8.1 ...
https://man.plustar.jp/php/reserved.variables.globals.html - [similar]
4118
« ストリームのエラー ストリームラッパーとして登録するクラスの例 » PHP Manual ストリーム 例 例 目 ... リームラッパーとして登録するクラスの例 例1 file_get_contents() を使って さまざまな場所からデータを取得する <?p ... ローカルファイルを読み出す */ $localfile = file_get_contents ( "/home/bar/foo.txt" ); /* 上と同一だが、明示的に ... LE スキームを指定している */ $localfile = file_get_contents ( "file:///home/bar/foo.txt" ); /* HTTP を利用し、 ... リモートのファイルを読み出す */ $httpfile = file_get_contents ( "http://www.example.com/foo.txt" ); /* HTTPS を ...
https://man.plustar.jp/php/stream.examples.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT