検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 407 for content (0.023 sec.)
水平方向に反転させた画像を作成する 3982
« Imagick::transposeImage Imagick::trimImage » PHP Manual Imagick 水平方向に反転させた画像を作成 ... Path )); $imagick -> transverseImage (); header ( "Content-Type: image/jpg" ); echo $imagick -> getImageBlob ...
https://man.plustar.jp/php/imagick.transverseimage.html - [similar]
点を描画する 3982
« ImagickDraw::pathStart ImagickDraw::polygon » PHP Manual ImagickDraw 点を描画する ImagickDraw: ... png" ); $imagick -> drawImage ( $draw ); header ( "Content-Type: image/png" ); echo $imagick -> getImageBlob ...
https://man.plustar.jp/php/imagickdraw.point.html - [similar]
ImagickPixelIterator のコンストラクタ 3982
« ImagickPixelIterator::clear ImagickPixelIterator::destroy » PHP Manual ImagickPixelIterator Im ... */ $imageIterator -> syncIterator (); } header ( "Content-Type: image/jpg" ); echo $imagick ; } ?> 関連キーワ ...
https://man.plustar.jp/php/imagickpixeliterator.construct.html - [similar]
はじめに 3982
« CommonMark インストール/設定 » PHP Manual CommonMark はじめに はじめに This extension provides ... s a simple parsing API: CommonMark\Parse ( string $content , int $options = ? ): CommonMark\Node Rendering: T ...
https://man.plustar.jp/php/intro.cmark.html - [similar]
CUBRID 関数 (PDO_CUBRID) 3982
« PDO ドライバ PDO_CUBRID DSN » PHP Manual PDO ドライバ CUBRID 関数 (PDO_CUBRID) CUBRID 関数 (PD ... , 'rb' ); $sql_stmt = "INSERT INTO lob_test(name, content) VALUES('lob_test.png', ?)" ; $stmt = $dbh -> prep ... BRID PDO での LOB の取得 <?php $sql_stmt = "SELECT content FROM lob_test WHERE name='lob_test.png'" ; $stmt = ... t = $stmt -> fetch ( PDO :: FETCH_NUM ); header ( "Content-Type: image/png" ); fpassthru ( $result [ 0 ]); ?> ...
https://man.plustar.jp/php/ref.pdo-cubrid.html - [similar]
Read data from glo and send it to std output 3930
« cubrid_save_to_glo dBase » PHP Manual CUBRID 廃止されたエイリアスと関数 Read data from glo and ... ( $req ); cubrid_close_request ( $req ); Header ( "Content-type: image/jpeg" ); cubrid_send_glo ( $con , $oid ...
https://man.plustar.jp/php/function.cubrid-send-glo.html - [similar]
libmagic のオプションを設定する 3930
« finfo_open mime_content_type » PHP Manual Fileinfo 関数 libmagic のオプションを設定する finfo_ ...
https://man.plustar.jp/php/function.finfo-set-flags.html - [similar]
ヘッダーあるいはメタデータをストリームまたはファイルポインタから取得する 3930
« stream_get_line stream_get_transports » PHP Manual ストリーム 関数 ヘッダーあるいはメタデータを ... "Cache-Control: max-age=604800" [3] => string(38) "Content-Type: text/html; charset=UTF-8" [4] => string(35) ... ] => string(12) "X-Cache: HIT" [11] => string(20) "Content-Length: 1256" [12] => string(17) "Connection: clos ...
https://man.plustar.jp/php/function.stream-get-meta-data.html - [similar]
PHP による PNG の生成 3930
« 例 アルファチャネルを使用した、画像へのすかしの追加 » PHP Manual 例 PHP による PNG の生成 PHP ... G の生成 例1 PHP による PNG の生成 <?php header ( "Content-type: image/png" ); $string = $_GET [ 'text' ]; $i ...
https://man.plustar.jp/php/image.examples-png.html - [similar]
輝度の範囲にもとづいて各ピクセルの閾値を選択する 3930
« Imagick::adaptiveSharpenImage Imagick::addImage » PHP Manual Imagick 輝度の範囲にもとづいて各ピ ... th , $height , $adaptiveOffsetQuantum ); header ( "Content-Type: image/jpg" ); echo $imagick -> getImageBlob ...
https://man.plustar.jp/php/imagick.adaptivethresholdimage.html - [similar]