検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 681 for default (0.014 sec.)
Get SeasLog last logger path 3733
« SeasLog::getDatetimeFormat SeasLog::getRequestID » PHP Manual SeasLog Get SeasLog last logger ... Log::getLastLogger() will get the value of seaslog.default_logger what configured in php.ini(seaslog.ini). パ ... の出力は、 たとえば以下のようになります。 string(7) "default" string(12) "theNewLogger" 参考 SeasLog::setLogger ...
https://man.plustar.jp/php/seaslog.getlastlogger.html - [similar]
Sorts the fields in the document 3733
« SolrDocument::__set SolrDocument::toArray » PHP Manual SolrDocument Sorts the fields in the do ... sortDirection can be one of : * SolrDocument::SORT_DEFAULT * SolrDocument::SORT_ASC * SolrDocument::SORT_DESC ... The default way is to sort in ascending order. パラメータ sort ...
https://man.plustar.jp/php/solrdocument.sort.html - [similar]
Orders the documents within the expanded groups (expand.sort parameter) 3733
« SolrQuery::addExpandFilterQuery SolrQuery::addFacetDateField » PHP Manual SolrQuery Orders the ... r ASC/DESC, utilizes SolrQuery::ORDER_* constants. Default: SolrQuery::ORDER_DESC 戻り値 SolrQuery 参考 SolrQ ... ows to display in each group (expand.rows). Server Default 5 SolrQuery::setExpandQuery() - Sets the expand.q ...
https://man.plustar.jp/php/solrquery.addexpandsortfield.html - [similar]
match 3698
« switch declare » PHP Manual 制御構造 match match (PHP 8) match 式は、値の一致をチェックした結果 ... の分岐と等しい: $a => 5 , $b => 5 , $c => 5 , }; ?> default パターンという特別な場合があります。 このパターンは ... ( $condition ) { 1 , 2 => foo (), 3 , 4 => bar (), default => baz (), }; ?> 注意 : 複数の default パターンがあ ... e >= 25 => 'adult' , $age >= 18 => 'young adult' , default => 'kid' , }; var_dump ( $result ); ?> 上の例の出力 ...
https://man.plustar.jp/php/control-structures.match.html - [similar]
Expect の使用例 3698
« 例 Expect 関数 » PHP Manual 例 Expect の使用例 Expect の使用例 例1 Expect の使用例 この例ではリ ... SSWORD : fwrite ( $stream , "password\n" ); break; default: die ( "リモートホストへの接続時にエラーが発生しま ... ak 2 ; case EXP_TIMEOUT : case EXP_EOF : break 2 ; default: die ( "エラーが発生しました!\n" ); } } break 2 ; ... case EXP_TIMEOUT : case EXP_EOF : break 2 ; default: die ( "エラーが発生しました!\n" ); } } fclose ( $ ...
https://man.plustar.jp/php/expect.examples-usage.html - [similar]
呼び出し元が、ファイルに割り当てられたディスク空間を直接操作できるようにする 3698
« eio_event_loop eio_fchmod » PHP Manual Eio 関数 呼び出し元が、ファイルに割り当てられたディスク ... e , int $offset , int $length , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ) ... バイト幅の長さ。 pri リクエストの優先順位。 EIO_PRI_DEFAULT 、 EIO_PRI_MIN 、 EIO_PRI_MAX あるいは null を指定 ... します。 null を渡した場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終 ...
https://man.plustar.jp/php/function.eio-fallocate.html - [similar]
ファイルシステムの状態を取得する 3698
« eio_stat eio_symlink » PHP Manual Eio 関数 ファイルシステムの状態を取得する eio_statvfs (PECL ... ファイルのパス。 pri リクエストの優先順位。 EIO_PRI_DEFAULT 、 EIO_PRI_MIN 、 EIO_PRI_MAX あるいは null を指定 ... します。 null を渡した場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終 ... ( $data ); } eio_statvfs ( $tmp_filename , EIO_PRI_DEFAULT , "my_statvfs_callback" , $tmp_filename ); eio_eve ...
https://man.plustar.jp/php/function.eio-statvfs.html - [similar]
ファイルセグメントをディスクに同期する 3698
« eio_symlink eio_sync » PHP Manual Eio 関数 ファイルセグメントをディスクに同期する eio_sync_fil ... et , int $nbytes , int $flags , int $pri = EIO_PRI_DEFAULT , callable $callback = NULL , mixed $data = NULL ) ... を参照ください)。 pri リクエストの優先順位。 EIO_PRI_DEFAULT 、 EIO_PRI_MIN 、 EIO_PRI_MAX あるいは null を指定 ... します。 null を渡した場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終 ...
https://man.plustar.jp/php/function.eio-sync-file-range.html - [similar]
Opens a connection to a Microsoft SQL Server database 3698
« sqlsrv_configure sqlsrv_errors » PHP Manual SQLSRV 関数 Opens a connection to a Microsoft SQL ... connection to a Microsoft SQL Server database. By default, the connection is attempted using Windows Authent ... ss, 1542" ; //serverName\instanceName, portNumber (default is 1433) $connectionInfo = array( "Database" => "d ... print_r ( sqlsrv_errors (), true )); } ?> 注意 By default, the sqlsrv_connect() uses connection pooling to i ...
https://man.plustar.jp/php/function.sqlsrv-connect.html - [similar]
Basic usage 3698
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas ... nt object. $gmclient = new GearmanClient (); # Add default server (localhost). $gmclient -> addServer (); ech ... RMAN_SUCCESS : echo "Success: $result \n" ; break; default: echo "RET: " . $gmclient -> returnCode () . "\n" ... er object. $gmworker = new GearmanWorker (); # Add default server (localhost). $gmworker -> addServer (); # R ...
https://man.plustar.jp/php/gearman.examples-reverse.html - [similar]