検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 282 for End (0.206 sec.)
楕円を画像上に描く 5054
« GmagickDraw::bezier GmagickDraw::getfillcolor » PHP Manual GmagickDraw 楕円を画像上に描く Gmag ... oy , float $rx , float $ry , float $start , float $end ): GmagickDraw 楕円を画像上に描きます。 パラメータ ... x 方向の半径。 ry y 方向の半径。 start 開始角度。 end 終了角度。 戻り値 GmagickDraw オブジェクトを返しま ...
https://man.plustar.jp/php/gmagickdraw.ellipse.html - [similar]
二次ベジエ曲線を描画する 5054
« ImagickDraw::pathCurveToAbsolute ImagickDraw::pathCurveToQuadraticBezierRelative » PHP Manual ... the control point is the first two params, and the end point is the last two params. $draw -> pathCurveTo ... from the previous curves control point // and the end point is defined by the x, y values. $draw -> path ... from the previous curves control point // and the end point is defined relative from the current positio ...
https://man.plustar.jp/php/imagickdraw.pathcurvetoquadraticbezierabsolute.html - [similar]
Represents Text Layout 5016
« UI\Draw\Brush\RadialGradient::__construct UI\Draw\Text\Layout::__construct » PHP Manual UI Rep ... lor ( UI\Draw\Color $color , int $start = 0 , int $end = ? ) public setColor ( int $color , int $start = ... 0 , int $end = ? ) public setWidth ( float $width ) } 目次 UI\D ...
https://man.plustar.jp/php/class.ui-draw-text-layout.html - [similar]
fd 上で whence から pos に移動する 5016
« dio_read dio_stat » PHP Manual ダイレクト IO 関数 fd 上で whence から pos に移動する dio_seek ... します。このカウントは正にも負にもなりえます。 SEEK_END - pos がファイル終端からの文字数であることを 指定し ... ァイル先頭から 8 文字目 dio_seek ( $fd , - 5 , SEEK_END ); // ファイル終端から 5 文字戻ったところ dio_seek ... ( $fd , 10 , SEEK_END ); // ファイル終端からさらに 10 文字進んだところ。 ...
https://man.plustar.jp/php/function.dio-seek.html - [similar]
二次ベジエ曲線を描画する 4967
« ImagickDraw::pathCurveToQuadraticBezierRelative ImagickDraw::pathCurveToQuadraticBezierSmoothR ... the control point is the first two params, and the end point is the last two params. $draw -> pathCurveTo ... from the previous curves control point // and the end point is defined by the x, y values. $draw -> path ... from the previous curves control point // and the end point is defined relative from the current positio ...
https://man.plustar.jp/php/imagickdraw.pathcurvetoquadraticbeziersmoothabsolute.... - [similar]
二次ベジエ曲線を描画する 4967
« ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute ImagickDraw::pathCurveToRelative » PHP M ... the control point is the first two params, and the end point is the last two params. $draw -> pathCurveTo ... from the previous curves control point // and the end point is defined by the x, y values. $draw -> path ... from the previous curves control point // and the end point is defined relative from the current positio ...
https://man.plustar.jp/php/imagickdraw.pathcurvetoquadraticbeziersmoothrelative.... - [similar]
Unicode の一般カテゴリの情報付きで、全てのコードポイントを走査する 4967
« IntlChar::enumCharNames IntlChar::foldCase » PHP Manual IntlChar Unicode の一般カテゴリの情報付 ... int $start - 範囲の始めにあたるコードポイント int $end - 範囲の最後にあたるコードポイント int $name - カテ ... php IntlChar :: enumCharTypes (function( $start , $end , $type ) { printf ( "U+%04x through U+%04x are in ... category %d\n" , $start , $end , $type ); }); ?> 上の例の出力は以下となります。 U ...
https://man.plustar.jp/php/intlchar.enumchartypes.html - [similar]
基本的な使用法 4967
« 例 出力リライトの使用法 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 出力制御の例 <?php o ... n" ; setcookie ( "cookiename" , "cookiedata" ); ob_end_flush (); ?> 上記の例では、 echo からの出力は、 ob ... _end_flush() がコールされるまで出力バッファに 保存されま ...
https://man.plustar.jp/php/outcontrol.examples.basic.html - [similar]
HTML 数値エンティティを文字にデコードする 4919
« mb_decode_mimeheader mb_detect_encoding » PHP Manual マルチバイト文字列 関数 HTML 数値エンティ ... の例 <?php $convmap = array ( int start_code1 , int end_code1 , int offset1 , int mask1 , int start_code2 ... , int end_code2 , int offset2 , int mask2 , ........ int sta ... rt_codeN , int end_codeN , int offsetN , int maskN ); // start_codeN ... および end_codeN に Unicode値を指定 // 値にoffsetNを追加、マス ...
https://man.plustar.jp/php/function.mb-decode-numericentity.html - [similar]
新しいテンプレートを開始する 4919
« ps_begin_pattern ps_circle » PHP Manual PS 関数 新しいテンプレートを開始する ps_begin_template ... ps_lineto ( $ps , 30 , 0 ); ps_stroke ( $ps ); ps_end_template ( $ps ); ps_begin_page ( $ps , 596 , 842 ... mage ( $ps , $pstemplate , 30.0 , 50.0 , 1.3 ); ps_end_page ( $ps ); ps_close ( $ps ); ps_delete ( $ps ); ... ?> 参考 ps_end_template() - テンプレートを終了する 関連キーワード ...
https://man.plustar.jp/php/function.ps-begin-template.html - [similar]