検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 681 for default (0.020 sec.)
Record error log information 3456
« SeasLog::emergency SeasLog::flushBuffer » PHP Manual SeasLog Record error log information Seas ... e) bool(true) bool(true) array(2) { ["/var/log/www/default/20180707.log"]=> array(2) { [0]=> string(81) "2018 ... 149.68 | log message from neeke " } } 参考 seaslog.default_template SeasLog::debug() - Record debug log infor ...
https://man.plustar.jp/php/seaslog.error.html - [similar]
Record info log information 3456
« SeasLog::getRequestVariable SeasLog::log » PHP Manual SeasLog Record info log information Seas ... e) bool(true) bool(true) array(2) { ["/var/log/www/default/20180707.log"]=> array(2) { [0]=> string(81) "2018 ... 149.68 | log message from neeke " } } 参考 seaslog.default_template SeasLog::debug() - Record debug log infor ...
https://man.plustar.jp/php/seaslog.info.html - [similar]
Record notice log information 3456
« SeasLog::log SeasLog::setBasePath » PHP Manual SeasLog Record notice log information SeasLog:: ... e) bool(true) bool(true) array(2) { ["/var/log/www/default/20180707.log"]=> array(2) { [0]=> string(81) "2018 ... 149.68 | log message from neeke " } } 参考 seaslog.default_template SeasLog::debug() - Record debug log infor ...
https://man.plustar.jp/php/seaslog.notice.html - [similar]
Record warning log information 3456
« SeasLog::setRequestVariable SPL » PHP Manual SeasLog Record warning log information SeasLog::w ... e) bool(true) bool(true) array(2) { ["/var/log/www/default/20180707.log"]=> array(2) { [0]=> string(81) "2018 ... 149.68 | log message from neeke " } } 参考 seaslog.default_template SeasLog::debug() - Record debug log infor ...
https://man.plustar.jp/php/seaslog.warning.html - [similar]
SQLのcollate関数として使うPHP関数を登録する 3456
« SQLite3::createAggregate SQLite3::createFunction » PHP Manual SQLite3 SQLのcollate関数として使 ... createCollation ( 'NATURAL_CMP' , 'strnatcmp' ); $defaultSort = $db -> query ( "SELECT col1 FROM test ORDER ... M test ORDER BY col1 COLLATE NATURAL_CMP" ); echo "default:\n" ; while ( $row = $defaultSort -> fetchArray () ... $db -> close (); ?> 上の例の出力は以下となります。 default: a1 a10 a2 natural: a1 a2 a10 参考 SQLite collatio ...
https://man.plustar.jp/php/sqlite3.createcollation.html - [similar]
NumberFormatter クラス 3421
« Collator::sort NumberFormatter::create » PHP Manual intl NumberFormatter クラス NumberFormatte ... t | float $num , int $type = NumberFormatter::TYPE_DEFAULT ): string | false public getAttribute ( int $attri ... .4.1 と ICU 53 から利用可能です。 NumberFormatter::DEFAULT_STYLE ( int ) そのロケールのデフォルトの形式 Numbe ... e() の引数として使用します。 NumberFormatter::TYPE_DEFAULT ( int ) 変数の型に由来する型 NumberFormatter::TYPE ... RENCY_CODE ( int ) ISO 通貨コード NumberFormatter::DEFAULT_RULESET ( int ) デフォルトのルールセット。 ルールベ ...
https://man.plustar.jp/php/class.numberformatter.html - [similar]
The Stomp class 3421
« stomp_version Stomp::abort » PHP Manual Stomp The Stomp class The Stomp class (PECL stomp >= 0 ... blic __construct ( string $broker = ini_get("stomp.default_broker_uri") , string $username = ? , string $pass ... ol stomp_connect ( string $broker = ini_get("stomp.default_broker_uri") , string $username = ? , string $pass ...
https://man.plustar.jp/php/class.stomp.html - [similar]
The SVM class 3421
« 例 SVM::__construct » PHP Manual SVM The SVM class The SVM class (PECL svm >= 0.1.0) はじめに ... Constants SVM::C_SVC The basic C_SVC SVM type. The default, and a good starting point SVM::NU_SVC The NU_SVC ... el. Handles non-linear problems well and is a good default for classification SVM::KERNEL_SIGMOID A kernel ba ...
https://man.plustar.jp/php/class.svm.html - [similar]
Set callback for connection close 3421
« EventHttpConnection::makeRequest EventHttpConnection::setLocalAddress » PHP Manual EventHttpCo ... ) { echo __FUNCTION__ , PHP_EOL ; } function _http_default ( $req , $dummy ) { $conn = $req -> getConnection ... entBase(); $http = new EventHttp($base); $http->setDefaultCallback("_http_default", NULL); $http->bind("0.0.0 ...
https://man.plustar.jp/php/eventhttpconnection.setclosecallback.html - [similar]
Fetch a result row as an associative array, a numeric array, or both 3421
« cubrid_error cubrid_fetch_assoc » PHP Manual CUBRID MySQL 互換関数 Fetch a result row as an as ... ends on how type is defined. By using CUBRID_BOTH (default), you'll get an array with both associative and nu ... array CUBRID_BOTH : Numerical & Associative array (default) 例 例1 cubrid_fetch_array() example <?php $conn = ...
https://man.plustar.jp/php/function.cubrid-fetch-array.html - [similar]