検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 437 for size (0.041 sec.)
Create a new PDF Object 3818
« wkhtmltox\PDF\Object wkhtmltox\Image\Converter » PHP Manual wkhtmltox\PDF\Object Create a new ... he font at every toc level 0.8 >= 0.1.0 header.fontSize font size for use in header 13 >= 0.1.0 header.fon ... path of HTML to use in header >= 0.1.0 footer.fontSize font size for use in footer 13 >= 0.1.0 footer.fon ... lies to PDF output boolean >= 0.1.0 web.minimumFontSize the minimum font size allowed 9 >= 0.1.0 web.print ...
https://man.plustar.jp/php/wkhtmltox-pdf-object.construct.html - [similar]
複数ファイルのアップロード 3793
« 陥りやすい落とし穴 PUT メソッドのサポート » PHP Manual ファイルアップロードの処理 複数ファイル ... $_FILES['userfile']['name'] , $_FILES['userfile']['size'] が設定されます。 例えば、ファイル名が /home/test ... xwp.out となります。 同様に、 $_FILES['userfile']['size'][0] の値が review.html のファイルサイズといったよ ... ['userfile']['tmp_name'][0] , $_FILES['userfile']['size'][0] , $_FILES['userfile']['type'][0] も設定されま ...
https://man.plustar.jp/php/features.file-upload.multiple.html - [similar]
2 進数 を 10 進数に変換する 3793
« base_convert ceil » PHP Manual Math 関数 2 進数 を 10 進数に変換する bindec (PHP 4, PHP 5, PHP ... itself. */ $magnitude_lower = pow ( 2 , ( PHP_INT_SIZE * 8 ) - 2 ); p ( $magnitude_lower - 1 ); p ( $magn ... d to be one more than PHP_INT_MAX' ); if ( PHP_INT_SIZE == 4 ) { $note = 'interpreted to be the largest un ... ho "input: $input \n" ; $format = '%0' . ( PHP_INT_SIZE * 8 ) . 'b' ; $bin = sprintf ( $format , $input ); ...
https://man.plustar.jp/php/function.bindec.html - [similar]
文字列をbzip2形式のデータに圧縮する 3793
« bzclose bzdecompress » PHP Manual Bzip2 関数 文字列をbzip2形式のデータに圧縮する bzcompress (P ... 圧縮する 説明 bzcompress ( string $data , int $block_size = 4 , int $work_factor = 0 ): string | int bzcompr ... して返します。 パラメータ data 圧縮する文字列 block_size 圧縮時のブロック長を指定します。 1 から 9 の数とす ...
https://man.plustar.jp/php/function.bzcompress.html - [similar]
Get column types in result 3793
« cubrid_column_names cubrid_commit » PHP Manual CUBRID 関数 Get column types in result cubrid_c ... "Column Types" , "Column Maxlen" ); for( $i = 0 , $size = count ( $column_names ); $i < $size ; $i ++) { $ ...
https://man.plustar.jp/php/function.cubrid-column-types.html - [similar]
Get the maximum length of the specified field 3793
« cubrid_field_flags cubrid_field_name » PHP Manual CUBRID MySQL 互換関数 Get the maximum length ... "Column Types" , "Column Maxlen" ); for( $i = 0 , $size = count ( $column_names ); $i < $size ; $i ++) { $ ...
https://man.plustar.jp/php/function.cubrid-field-len.html - [similar]
出力のバッファリングを有効にする 3793
« ob_list_handlers output_add_rewrite_var » PHP Manual 出力制御 関数 出力のバッファリングを有効に ... ob_start ( callable $callback = null , int $chunk_size = 0 , int $flags = PHP_OUTPUT_HANDLER_STDFLAGS ): ... g の型を調べ、それに基づいて出力を返します。 chunk_size オプションのパラメータ chunk_size が渡された場合、 ... バッファの長さが chunk_size バイトを超えるたびに、 出力の後でバッファがフラッシ ...
https://man.plustar.jp/php/function.ob-start.html - [similar]
文字列のジオメトリを取得する 3793
« ps_show ps_stringwidth » PHP Manual PS 関数 文字列のジオメトリを取得する ps_string_geometry (P ... e $psdoc , string $text , int $fontid = 0 , float $size = 0.0 ): array この関数は ps_stringwidth() と似てい ... されていない場合は、 現在のフォントが使用されます。 size フォントのサイズ。指定されていない場合は現在のサイ ...
https://man.plustar.jp/php/function.ps-string-geometry.html - [similar]
画像の角を丸める 3793
« Imagick::rotationalBlurImage Imagick::sampleImage » PHP Manual Imagick 画像の角を丸める Imagic ... $stroke_width = 10 , float $displace = 5 , float $size_correction = -6 ): bool 画像の角を丸めます。 最初の ... の丸め。 stroke_width 線幅。 displace image displace size_correction サイズ補正。 戻り値 成功した場合に true ...
https://man.plustar.jp/php/imagick.roundcorners.html - [similar]
拡張モジュールの情報を表示する 3793
« ReflectionExtension::getVersion ReflectionExtension::isPersistent » PHP Manual ReflectionExten ... => 0 put_misses => 0 get_hits => 0 get_misses => 0 size => 2000 free_items => 2000 references => 2 Directi ... mysqli.allow_local_infile => On => On mysqli.cache_size => 2000 => 2000 参考 ReflectionExtension::getName( ...
https://man.plustar.jp/php/reflectionextension.info.html - [similar]