検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 681 for Default (0.107 sec.)
使用中の出力ハンドラの一覧を取得する 3492
« ob_implicit_flush ob_start » PHP Manual 出力制御 関数 使用中の出力ハンドラの一覧を取得する ob_ ... 名関数が使用されている場合、 ob_list_handlers() は "default output handler" を返します。 例 例1 ob_list_handle ... ; ?> 上の例の出力は以下となります。 Array ( [0] => default output handler ) Array ( [0] => ob_gzhandler ) Arr ...
https://man.plustar.jp/php/function.ob-list-handlers.html - [similar]
オブジェクトの時刻が夏時間かを調べる 3492
« IntlCalendar::getWeekendTransition IntlCalendar::isEquivalentTo » PHP Manual IntlCalendar オブ ... ate.timezone' , 'Europe/Lisbon' ); ini_set ( 'intl.default_locale' , 'pt_PT' ); $cal = new IntlGregorianCalen ... ; var_dump ( $cal -> inDaylightTime ()); // false (default WALLTIME_LAST) $cal -> setRepeatedWallTimeOption ( ...
https://man.plustar.jp/php/intlcalendar.indaylighttime.html - [similar]
Execute operation with EXCLUSIVE LOCK 3492
« CollectionFind::limit CollectionFind::lockShared » PHP Manual mysql_xdevapi\CollectionFind Exe ... 、ロック待ちのオプション。 デフォルトは MYSQLX_LOCK_DEFAULT です。 有効な値は以下のとおりです: MYSQLX_LOCK_DEF ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.lockexclusive.html - [similar]
数値をフォーマットする 3492
« NumberFormatter::formatCurrency NumberFormatter::getAttribute » PHP Manual NumberFormatter 数値 ... t | float $num , int $type = NumberFormatter::TYPE_DEFAULT ): string | false 手続き型 numfmt_format ( NumberF ... t | float $num , int $type = NumberFormatter::TYPE_DEFAULT ): string | false 数値をフォーマット規則にしたがっ ...
https://man.plustar.jp/php/numberformatter.format.html - [similar]
パラメータのデフォルト値を取得する 3492
« ReflectionParameter::getDeclaringFunction ReflectionParameter::getDefaultValueConstantName » P ... ータのデフォルト値を取得する ReflectionParameter::getDefaultValue (PHP 5 >= 5.0.3, PHP 7, PHP 8) ReflectionPara ... meter::getDefaultValue — パラメータのデフォルト値を取得する 説明 pub ... lic ReflectionParameter::getDefaultValue (): mixed (内部またはユーザー定義の) 関数ある ... . PHP_EOL ; if ( $param -> isOptional ()) { echo 'Default value: ' . $param -> getDefaultValue () . PHP_EOL ...
https://man.plustar.jp/php/reflectionparameter.getdefaultvalue.html - [similar]
Record emergency log information 3492
« SeasLog::__destruct SeasLog::error » PHP Manual SeasLog Record emergency log information SeasL ... 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.emergency.html - [similar]
Move the result set cursor to the specified field offset 3456
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... , $field -> table ); printf ( "%-30s \"%s\"\n" , "default value:" , $field -> def ); printf ( "%-30s %d\n" , ... ield Properties --- name: athlete_code table: game default value: "" max length: 0 not null: 1 unique key: 1 ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]
cURL 転送用オプションを設定する 3456
« curl_setopt_array curl_share_close » PHP Manual cURL 関数 cURL 転送用オプションを設定する curl ... ウトをミリ秒単位で指定します。 デフォルトは CURL_HET_DEFAULT であり、現状は200ミリ秒です。 cURL 7.59.0 で追加さ ... TPAUTH_TLS (まず TLS を試す)あるいは CURLFTPAUTH_DEFAULT (cURL が決める)のいずれかです。 cURL 7.12.2 で追 ... なくなりました。 CURLOPT_SSLVERSION CURL_SSLVERSION_DEFAULT (0)、 CURL_SSLVERSION_TLSv1 (1)、 CURL_SSLVERSION_ ... OR で設定することもできます。 CURL_SSLVERSION_MAX_DEFAULT (ライブラリがサポートする最大のバージョン), CURL_S ...
https://man.plustar.jp/php/function.curl-setopt.html - [similar]
内部での libeio との通信に使う変数を表すストリームを取得する 3456
« eio_futime eio_get_last_error » PHP Manual Eio 関数 内部での libeio との通信に使う変数を表すス ... ent_stream (); var_dump ( $fd ); eio_nop ( EIO_PRI_DEFAULT , "my_res_cb" , "nop data" ); eio_mkdir ( "/tmp/ab ... c-eio-temp" , 0750 , EIO_PRI_DEFAULT , "my_res_cb" , "mkdir data" ); /* some other eio_ ...
https://man.plustar.jp/php/function.eio-get-event-stream.html - [similar]
ディレクトリ全体を読み込む 3456
« eio_readahead eio_readlink » PHP Manual Eio 関数 ディレクトリ全体を読み込む eio_readdir (PECL ... 数の組み合わせ。 pri リクエストの優先順位。 EIO_PRI_DEFAULT 、 EIO_PRI_MIN 、 EIO_PRI_MAX あるいは null を指定 ... します。 null を渡した場合、 pri は内部的に EIO_PRI_DEFAULT となります。 callback callback 関数が、リクエスト終 ... DDIR_STAT_ORDER | EIO_READDIR_DIRS_FIRST , EIO_PRI_DEFAULT , "my_readdir_callback" ); eio_event_loop (); ?> 上 ...
https://man.plustar.jp/php/function.eio-readdir.html - [similar]