検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 284 for メモリ (0.033 sec.)
グレースケールでイメージの一部をコピー、マージする 4263
« imagecopymerge imagecopyresampled » PHP Manual GD および Image 関数 グレースケールでイメージの ... rc , 10 , 10 , 0 , 0 , 100 , 47 , 20 ); // 出力してメモリから解放します header ( 'Content-Type: image/gif' ); ...
https://man.plustar.jp/php/function.imagecopymergegray.html - [similar]
新しい画像をファイルあるいは URL から作成する 4263
« imagecreatefromgd imagecreatefromjpeg » PHP Manual GD および Image 関数 新しい画像をファイルあ ... の画像を表す画像 ID を返します。 警告 GIF ファイルをメモリに取り込む際、最初のフレームだけが 画像オブジェクトで ...
https://man.plustar.jp/php/function.imagecreatefromgif.html - [similar]
特定色で塗りつぶす 4263
« imagefilledrectangle imagefilter » PHP Manual GD および Image 関数 特定色で塗りつぶす imagefil ... er ( $im , 50 , 50 , $border , $fill ); // 出力し、メモリを開放します header ( 'Content-type: image/png' ); i ...
https://man.plustar.jp/php/function.imagefilltoborder.html - [similar]
指定された角度で画像を回転する 4263
« imageresolution imagesavealpha » PHP Manual GD および Image 関数 指定された角度で画像を回転する ... $degrees , 0 ); // 出力 imagejpeg ( $rotate ); // メモリの解放 imagedestroy ( $source ); imagedestroy ( $rot ...
https://man.plustar.jp/php/function.imagerotate.html - [similar]
インクリメンタルな解凍コンテキストを初期化する 4263
« inflate_get_status readgzfile » PHP Manual Zlib 関数 インクリメンタルな解凍コンテキストを初期化 ... ベル。デフォルトは -1 です。 memory 1 .. 9 までの圧縮メモリレベル。デフォルトは8です。 window 8 .. 15 までの zl ...
https://man.plustar.jp/php/function.inflate-init.html - [similar]
暗号化に必要な全てのバッファを初期化する 4263
« mcrypt_generic_deinit mcrypt_generic » PHP Manual Mcrypt 関数 暗号化に必要な全てのバッファを初 ... エラー時に負の値を返します。キー長が不正な場合に -3、メモリの確保に問題があった場合に -4、そしてそれ以外の戻り値 ...
https://man.plustar.jp/php/function.mcrypt-generic-init.html - [similar]
MySQL 接続を閉じる 4263
« mysql_client_encoding mysql_connect » PHP Manual MySQL 関数 MySQL 接続を閉じる mysql_close (PH ... の接続をオープンする mysql_free_result() - 結果保持用メモリを開放する 関連キーワード: 接続 , オープン , リンク ...
https://man.plustar.jp/php/function.mysql-close.html - [similar]
CLOB や BLOB ごとにプリフェッチするデータサイズを設定する 4263
« oci_set_module_name oci_set_prefetch » PHP Manual OCI8 関数 CLOB や BLOB ごとにプリフェッチする ... とができ、パフォーマンスを向上させることができます。 メモリ消費量は増加します。 ここで設定する値は、OCILob イン ...
https://man.plustar.jp/php/function.oci-set-prefetch-lob.html - [similar]
シール(暗号化)されたデータをオープン(復号)する 4263
« openssl_get_publickey openssl_pbkdf2 » PHP Manual OpenSSL 関数 シール(暗号化)されたデータをオー ... } else { echo "failed to open data" ; } // 公開鍵をメモリから開放 openssl_free_key ( $pkeyid ); ?> 参考 opens ...
https://man.plustar.jp/php/function.openssl-open.html - [similar]
署名を生成する 4263
« openssl_seal openssl_spki_export_challenge » PHP Manual OpenSSL 関数 署名を生成する openssl_si ... openssl_sign ( $data , $signature , $pkeyid ); // メモリからキーを開放する openssl_free_key ( $pkeyid ); ?> ...
https://man.plustar.jp/php/function.openssl-sign.html - [similar]