検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 1114 for from (1.420 sec.)
Creates an empty training data struct 2913
« fann_create_train_from_callback fann_descale_input » PHP Manual Fann 関数 Creates an empty tra ... ている場合にだけ利用可能です。 参考 fann_read_train_from_file() - Reads a file that stores training data fa ...
https://man.plustar.jp/php/function.fann-create-train.html - [similar]
乱数を生成する 2913
« gmp_prob_prime gmp_random_range » PHP Manual GMP 関数 乱数を生成する gmp_random_bits (PHP 5 >= ... p $rand1 = gmp_random_bits ( 3 ); // random number from 0 to 7 $rand2 = gmp_random_bits ( 5 ); // random n ... umber from 0 to 31 echo gmp_strval ( $rand1 ) . "\n" ; echo g ...
https://man.plustar.jp/php/function.gmp-random-bits.html - [similar]
指定した検索条件にマッチするメッセージを配列として返す 2913
« imap_scanmailbox imap_set_quota » PHP Manual IMAP 関数 指定した検索条件にマッチするメッセージを ... の未回答のメッセージにマッチさせるには、 "UNANSWERED FROM mom" を使用します。 検索は、大文字小文字が区別され ... ドが使用可能です。 複数の単語からなるキーワード(例 FROM "joey smith" ) は全て引用符で括る必要があります。 ... ることがあります)が設定されているメッセージにマッチ FROM "string" - From: フィールドに "string" を有するメッ ...
https://man.plustar.jp/php/function.imap-search.html - [similar]
MySQL テーブルのフィールドのリストを得る 2913
« mysql_list_dbs mysql_list_processes » PHP Manual MySQL 関数 MySQL テーブルのフィールドのリスト ... して、これらが使えます。 SQL クエリー: SHOW COLUMNS FROM sometable 説明 mysql_list_fields ( string $databas ... です。かわりに mysql_query() を利用して SHOW COLUMNS FROM table [LIKE 'name'] 文を発行することを推奨します。 ... の代替例 <?php $result = mysql_query ( "SHOW COLUMNS FROM sometable" ); if (! $result ) { echo 'Could not ru ...
https://man.plustar.jp/php/function.mysql-list-fields.html - [similar]
MySQL データベース上のテーブルのリストを得る 2913
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブルの ... として、これらが使えます。 SQL クエリー: SHOW TABLES FROM dbname 説明 mysql_list_tables ( string $database , ... した。かわりに mysql_query() を利用して SHOW TABLES [FROM db_name] [LIKE 'pattern'] 文を発行することを推奨し ... ot connect to mysql' ; exit; } $sql = "SHOW TABLES FROM $dbname " ; $result = mysql_query ( $sql ); if (! ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]
署名済みのメッセージが、有効な署名を持っているかを調べる 2913
« sodium_crypto_sign_keypair sodium_crypto_sign_publickey_from_secretkey » PHP Manual Sodium 関数 ... , crypto , open , string , signed , public , key , from ...
https://man.plustar.jp/php/function.sodium-crypto-sign-open.html - [similar]
Create a new ReadConcern 2913
« MongoDB\Driver\ReadConcern::bsonSerialize MongoDB\Driver\ReadConcern::getLevel » PHP Manual Mo ... Driver \ ReadConcern (); /* Request read isolation from a single replica set node */ $rc = new MongoDB \ D ... ReadConcern :: LOCAL ); /* Request read isolation from a majority of the replica set nodes */ $rc = new M ...
https://man.plustar.jp/php/mongodb-driver-readconcern.construct.html - [similar]
Returns the server's most recent "hello" response 2913
« MongoDB\Driver\ServerDescription MongoDB\Driver\ServerDescription::getHost » PHP Manual MongoD ... ation describing the server. This array is derived from the most recent (at the time the MongoDB\Driver\Se ... turn the backing server's » hello command response from the initial connection handshake. パラメータ この関 ...
https://man.plustar.jp/php/mongodb-driver-serverdescription.gethelloresponse.htm... - [similar]
The EventHttpConnection class 2889
« EventHttp::setTimeout EventHttpConnection::__construct » PHP Manual Event The EventHttpConnect ... pConnection::setLocalAddress — Sets the IP address from which HTTP connections are made EventHttpConnectio ... n::setLocalPort — Sets the local port from which connections are made EventHttpConnection::se ...
https://man.plustar.jp/php/class.eventhttpconnection.html - [similar]
実行時設定 2889
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... HP_INI_ALL default_socket_timeout "60" PHP_INI_ALL from "" PHP_INI_ALL auto_detect_line_endings "0" PHP_IN ... ます。 負の値を指定した場合、タイムアウトしません。 from string 認証なしの FTP 接続で使ったり、あるいは HTT ... P 接続の From ヘッダで使ったりするためのメールアドレス。 それぞれ ...
https://man.plustar.jp/php/filesystem.configuration.html - [similar]