検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 116 for Make (0.030 sec.)
乱数生成器を初期化する 6514
« sqrt tan » PHP Manual Math 関数 乱数生成器を初期化する srand (PHP 4, PHP 5, PHP 7, PHP 8) sran ... 例 <?php // マイクロ秒でシードを設定します function make_seed () { list( $usec , $sec ) = explode ( ' ' , m ... ime ()); return $sec + $usec * 1000000 ; } srand ( make_seed ()); $randval = rand (); ?> 参考 rand() - 乱数 ...
https://man.plustar.jp/php/function.srand.html - [similar]
Sets a millisecond timeout for database calls 6439
« oci_set_action oci_set_client_identifier » PHP Manual OCI8 関数 Sets a millisecond timeout for ... this connection may take. Each OCI8 operation may make zero or more calls to Oracle's client library. The ... se internal calls may then may make zero or more round-trips to Oracle Database. If an ...
https://man.plustar.jp/php/function.oci-set-call-timout.html - [similar]
pixel iterator をリセットする 6439
« ImagickPixelIterator::newPixelRegionIterator ImagickPixelIterator::setIteratorFirstRow » PHP M ... ar $pixel \ImagickPixel */ if ( $column % 2 ) { /* Make every second pixel 25% red*/ $pixel -> setColorVal ... setColorValue (\ Imagick :: COLOR_BLUE , 64 ); /* Make every second pixel a little blue*/ //$pixel->setCo ...
https://man.plustar.jp/php/imagickpixeliterator.resetiterator.html - [similar]
利用可能なハンドラの一覧を得る 6351
« dba_firstkey dba_insert » PHP Manual DBA 関数 利用可能なハンドラの一覧を得る dba_handlers (PHP ... db ライブラリが用いられている場合、 cdb および cdb_make が表示されます。 例 例1 dba_handlers() の例 <?php ... DBA handlers: - cdb: 0.75, Revision: 1.3.2.3 - cdb_make: 0.75, Revision: 1.2.2.4 - db2: Sleepycat Software ...
https://man.plustar.jp/php/function.dba-handlers.html - [similar]
PECL 拡張モジュールを PHP に静的に組み込む 6351
« php-config 問題が起きた場合 » PHP Manual PECL 拡張モジュールのインストール PECL 拡張モジュール ... with-extname --enable-someotherext --with-foobar $ make $ make install 注意 : 'buildconf' スクリプトを実行 ... するためには、autoconf 2.13 と automake 1.4+ が必要です (新しいバージョンの autoconf では動 ...
https://man.plustar.jp/php/install.pecl.static.html - [similar]
phpize で共有 PECL 拡張モジュールをコンパイルする方法 6276
« 共有 PECL 拡張モジュールを、pecl コマンドを用いてコンパイルする php-config » PHP Manual PECL 拡 ... と仮定します。 $ cd extname $ phpize $ ./configure $ make # make install 上手くいけば、 extname.so が作成され ...
https://man.plustar.jp/php/install.pecl.phpize.html - [similar]
Script Injection Attacks 6276
« Request Injection Attacks MongoDB\Driver » PHP Manual Security Script Injection Attacks Script ... Injection Attacks If you are using JavaScript, make sure that any variables that cross the PHP- to-Jav ... being executed by the database. However, you must make sure that your code does not turn around and execu ...
https://man.plustar.jp/php/mongodb.security.script_injection.html - [similar]
6276
« リソース型 SVM » PHP Manual SVM 例 例 The basic process is to define parameters, supply traini ... ng data to generate a model on, then make predictions based on the model. There are a defaul ... Once a model has been generated, it can be used to make predictions about previously unseen data. This can ...
https://man.plustar.jp/php/svm.examples.html - [similar]
メルセンヌ・ツイスター乱数生成器にシードを指定する 6188
« mt_rand octdec » PHP Manual Math 関数 メルセンヌ・ツイスター乱数生成器にシードを指定する mt_sr ... 例 <?php // マイクロ秒でシードを指定します function make_seed () { list( $usec , $sec ) = explode ( ' ' , m ... ()); return $sec + $usec * 1000000 ; } mt_srand ( make_seed ()); $randval = mt_rand (); ?> 参考 mt_rand() ...
https://man.plustar.jp/php/function.mt-srand.html - [similar]
SimpleXML 要素に属性を追加する 6188
« SimpleXMLElement SimpleXMLElement::addChild » PHP Manual SimpleXMLElement SimpleXML 要素に属性 ... Child ( 'plot' , 'This is all about the people who make it work.' ); $characters = $movie -> addChild ( 'c ... ies</title> <plot>This is all about the people who make it work.</plot> <characters> <character> <name>Mr. ...
https://man.plustar.jp/php/simplexmlelement.addattribute.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT