検索

phrase: max: clip:
target: order:
Results of 1 - 4 of about 4 for rot (0.036 sec.)
回転の程度を設定する 11187
« ps_restore ps_save » PHP Manual PS 関数 回転の程度を設定する ps_rotate (PECL ps >= 1.1.0) ps_rot ... otate — 回転の程度を設定する 説明 ps_rotate ( resource $psdoc , float $rot ): bool 座標系の ... s_new() が返す、postscript ファイルのリソース ID。 rot 回転角度を度単位で指定します。 戻り値 成功した場合 ... ); } $ps = ps_new (); if (! ps_open_file ( $ps , "rotation.ps" )) { print "PostScript ファイルをオープン ... ません\n" ; exit; } ps_set_info ( $ps , "Creator" , "rotation.php" ); ps_set_info ( $ps , "Author" , "Uwe S ...
https://man.plustar.jp/php/function.ps-rotate.html - [similar]
文字列に rot13 変換を行う 10947
« str_replace str_shuffle » PHP Manual String 関数 文字列に rot13 変換を行う str_rot13 (PHP 4 >= ... 4.2.0, PHP 5, PHP 7, PHP 8) str_rot13 — 文字列に rot13 変換を行う 説明 str_rot13 ( str ... ing $string ): string 引数 string に対して ROT13 変換を施し、 その結果の文字列を返します。 ROT13 ... ラメータ string 入力文字列。 戻り値 指定した文字列を ROT13 変換した結果を返します。 例 例1 str_rot13() の例 ... <?php echo str_rot13 ( 'PHP 4.3.0' ); // CUC 4.3.0 ?> 関連キーワード: ...
https://man.plustar.jp/php/function.str-rot13.html - [similar]
文字列をランダムにシャッフルする 7766
« str_rot13 str_split » PHP Manual String 関数 文字列をランダムにシャッフルする str_shuffle (PHP ... 関数 , 生成 , 暗号 , 変更 , 乱数 , rand , bytes , rot ...
https://man.plustar.jp/php/function.str-shuffle.html - [similar]
文字列フィルタ 7045
« 利用できるフィルタのリスト 変換フィルタ » PHP Manual 利用できるフィルタのリスト 文字列フィルタ ... 対応する関数のマニュアルを参照してください。 string.rot13 このフィルタは、すべてのストリームデータに対して ... str_rot13() 関数を適用するのと同じ動作をします。 例1 strin ... g.rot13 <?php $fp = fopen ( 'php://output' , 'w' ); stre ... am_filter_append ( $fp , 'string.rot13' ); fwrite ( $fp , "This is a test.\n" ); /* 出力 ...
https://man.plustar.jp/php/filters.string.html - [similar]
PREV 1 NEXT