検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 575 for x (0.011 sec.)
要件 4166
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 ここで示す関数は、 ... は、 » http://mcrypt.sourceforge.net/ から libmcrypt-x.x.tar.gz をダウンロードし、含まれているインストール ... み込まれているので、 DLL は不要です。 libmcrypt 2.4.x とリンクした場合、加えてブロックアルゴリズム: CAST ... NAMA, RC4, WAKE がサポートされます。 libmcrypt 2.4.x を使用した場合、暗号モード nOFB もサポートされます ...
https://man.plustar.jp/php/mcrypt.requirements.html - [similar]
下位互換性のない変更点 4166
« 新しいグローバル定数 PHP 7.3.x で推奨されなくなる機能 » PHP Manual PHP 7.2.x から PHP 7.3.x... ドキュメントの終了と解釈され、 後に続く FOO; が syntax error になるでしょう。 この問題は、文字列の内容に決 ... は修正されました。 <?php class Test { public static $x = 0 ; } class Test2 extends Test { } Test2 :: $x = ... & $x ; $x = 1 ; var_dump ( Test :: $x , Test2 :: $x ); ... => 123 ; } foo (... gen ()); ?> その他雑多な変更 ext_skel ユーティリティは、 新しいオプションで完全に再 ...
https://man.plustar.jp/php/migration73.incompatible.html - [similar]
直近の操作から生じた警告の数を取得する 4166
« Result::getWarnings mysql_xdevapi\RowResult » PHP Manual mysql_xdevapi\Result 直近の操作から生 ... の操作から生じた警告の数を取得する 説明 public mysql_xdevapi\Result::getWarningsCount (): int 直近の操作か ... 近の操作から生じた警告の数を返します。 例 例1 mysql_xdevapi\RowResult::getWarningsCount() の例 <?php $se ... ssion = mysql_xdevapi \ getSession ( "mysqlx://user:password@local ... host" ); $session -> sql ( "DROP DATABASE IF EXISTS foo" )-> execute (); $session -> sql ( "CREATE ...
https://man.plustar.jp/php/mysql-xdevapi-result.getwarningscount.html - [similar]
直近の操作から生じた警告の数を取得する 4166
« RowResult::getWarnings mysql_xdevapi\Schema » PHP Manual mysql_xdevapi\RowResult 直近の操作から ... の操作から生じた警告の数を取得する 説明 public mysql_xdevapi\RowResult::getWarningsCount (): int 直近の R ... 近の操作から生じた警告の数を返します。 例 例1 mysql_xdevapi\RowResult::getWarningsCount() の例 <?php $se ... ssion = mysql_xdevapi \ getSession ( "mysqlx://user:password@local ... host" ); $session -> sql ( "DROP DATABASE IF EXISTS foo" )-> execute (); $session -> sql ( "CREATE ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getwarningscount.html - [similar]
指定した暗号のキーの長さを得る 4135
« mcrypt_get_iv_size mcrypt_list_algorithms » PHP Manual Mcrypt 関数 指定した暗号のキーの長さを得 ... ): int | false 最初のプロトタイプは libmcrypt 2.2.x とリンクした場合であり、2 番目の ものは libmcrypt ... 2.4.x あるいは 2.5.x とリンクした場合です。 mcrypt_get_k ... tripledes' , 'ecb' ); ?> この例では、libmcrypt 2.4.x および 2.5.x とリンクした場合の この関数の使用法を ...
https://man.plustar.jp/php/function.mcrypt-get-key-size.html - [similar]
反時計回りに円弧を描く 4135
« ps_add_weblink ps_arcn » PHP Manual PS 関数 反時計回りに円弧を描く ps_arc (PECL ps >= 1.1.0) p ... に円弧を描く 説明 ps_arc ( resource $psdoc , float $x , float $y , float $radius , float $alpha , float ... $beta ): bool ( x , y ) を中心とした円の一部を描きます。円弧は alpha ... s_new() が返す、postscript ファイルのリソース ID。 x 円の中心の x 座標。 y 円の中心の y 座標。 radius 円 ...
https://man.plustar.jp/php/function.ps-arc.html - [similar]
時計回りに円弧を描く 4135
« ps_arc ps_begin_page » PHP Manual PS 関数 時計回りに円弧を描く ps_arcn (PECL ps >= 1.1.0) ps_a ... に円弧を描く 説明 ps_arcn ( resource $psdoc , float $x , float $y , float $radius , float $alpha , float ... $beta ): bool ( x , y ) を中心とした円の一部を描きます。円弧は alpha ... s_new() が返す、postscript ファイルのリソース ID。 x 円の中心の x 座標。 y 円の中心の y 座標。 radius 円 ...
https://man.plustar.jp/php/function.ps-arcn.html - [similar]
Basic Gearman client and worker, background 4135
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... Basic Gearman client and worker, background This example shows a very simple client and worker. The cl ... client does not wait for the job to complete and exits (and hence the client never receives the result ... != GEARMAN_SUCCESS ) { echo "bad return code\n" ; exit; } echo "done!\n" ; ?> <?php echo "Starting\n" ; ... op is not needed, just showing how it works for ( $x = 0 ; $x < $workload_size ; $x ++) { echo "Sending ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
Basic Gearman client and worker, submitting tasks 4135
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... arman client and worker, submitting tasks In this example, the basic reverse client extended to run two ... asks in parallel. The reverse worker is unchanged except to add sending of data back during processing. ... s ()) { echo "ERROR " . $gmc -> error () . "\n" ; exit; } echo "DONE\n" ; function reverse_created ( $t ... op is not needed, just showing how it works for ( $x = 0 ; $x < $workload_size ; $x ++) { echo "Sending ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
Gmagick クラス 4105
« 例 Gmagick::addimage » PHP Manual Gmagick Gmagick クラス Gmagick クラス (PECL gmagick >= Unkno ... annotateimage ( GmagickDraw $GmagickDraw , float $x , float $y , float $angle , string $text ): Gmagic ... annel = ? ): Gmagick public borderimage ( GmagickPixel $color , int $width , int $height ): Gmagick pub ... public chopimage ( int $width , int $height , int $x , int $y ): Gmagick public clear (): Gmagick publi ... ositeimage ( Gmagick $source , int $COMPOSE , int $x , int $y ): Gmagick public cropimage ( int $width ...
https://man.plustar.jp/php/class.gmagick.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT