検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 407 for Content (0.126 sec.)
The prependBody purpose 3930
« Yaf_Response_Abstract::getHeader Yaf_Response_Abstract::response » PHP Manual Yaf_Response_Abs ... ublic Yaf_Response_Abstract::prependBody ( string $content , string $key = ? ): bool 既存のコンテンツブロック ...
https://man.plustar.jp/php/yaf-response-abstract.prependbody.html - [similar]
Constructs EventHttpRequest object 3879
« EventHttpRequest::closeConnection EventHttpRequest::findHeader » PHP Manual EventHttpRequest C ... tpRequest :: OUTPUT_HEADER ); $req -> addHeader ( "Content-Length" , "0" , EventHttpRequest :: OUTPUT_HEADER ...
https://man.plustar.jp/php/eventhttprequest.construct.html - [similar]
Export the lob object to a file 3879
« cubrid_lob2_close cubrid_lob2_import » PHP Manual CUBRID 関数 Export the lob object to a file ... cubrid_lob2_export() function is used to save the contents of BLOB/CLOB data to a file. To use this function ... export() example <?php // Table: test_lob (id INT, contents CLOB) $conn = cubrid_connect ( "localhost" , 3300 ... d_execute ( $conn , "CREATE TABLE doc (id INT, doc_content CLOB)" ); cubrid_execute ( $conn , "INSERT INTO do ...
https://man.plustar.jp/php/function.cubrid-lob2-export.html - [similar]
新規 FDF ドキュメントを作成する 3879
« fdf_close fdf_enum_values » PHP Manual FDF 関数 新規 FDF ドキュメントを作成する fdf_create (PH ... "outtest.fdf" ); fdf_close ( $outfdf ); Header ( "Content-type: application/vnd.fdf" ); $fp = fopen ( "outte ...
https://man.plustar.jp/php/function.fdf-create.html - [similar]
TrueColor イメージを新規に作成する 3879
« imagecreatefromxpm imagecrop » PHP Manual GD および Image 関数 TrueColor イメージを新規に作成す ... ストリームの作成およびイメージの出力 <?php header ( 'Content-Type: image/png' ); $im = @ imagecreatetruecolor ( ...
https://man.plustar.jp/php/function.imagecreatetruecolor.html - [similar]
塗り潰す 3879
« imageellipse imagefilledarc » PHP Manual GD および Image 関数 塗り潰す imagefill (PHP 4, PHP 5 ... , 0 ); imagefill ( $im , 0 , 0 , $red ); header ( 'Content-type: image/png' ); imagepng ( $im ); imagedestroy ...
https://man.plustar.jp/php/function.imagefill.html - [similar]
画像にフィルタを適用する 3879
« imagefilltoborder imageflip » PHP Manual GD および Image 関数 画像にフィルタを適用する imagefi ... oy ( $logo2 ); // Output the differences header ( 'Content-Type: image/png' ); imagepng ( $output ); imagedes ... Output the image with the scatter effect header ( 'Content-Type: image/png' ); imagepng ( $logo ); imagedestr ...
https://man.plustar.jp/php/function.imagefilter.html - [similar]
あるイメージから他のイメージにパレットをコピーする 3879
« imageopenpolygon imagepalettetotruecolor » PHP Manual GD および Image 関数 あるイメージから他の ... $green ); // 画像をブラウザに出力します header ( 'Content-type: image/png' ); imagepng ( $palette2 ); imaged ...
https://man.plustar.jp/php/function.imagepalettecopy.html - [similar]
線描画用の線幅を設定する 3879
« imagesetstyle imagesettile » PHP Manual GD および Image 関数 線描画用の線幅を設定する imageset ... $black ); // 画像をブラウザに出力します header ( 'Content-Type: image/png' ); imagepng ( $im ); imagedestroy ...
https://man.plustar.jp/php/function.imagesetthickness.html - [similar]
Sends data from parameter streams to the server 3879
« sqlsrv_rows_affected sqlsrv_server_info » PHP Manual SQLSRV 関数 Sends data from parameter str ... rray. $data = fopen ( "data://text/plain,[ Lengthy content here. ]" , "r" ); $params = array( & $data ); // P ...
https://man.plustar.jp/php/function.sqlsrv-send-stream-data.html - [similar]