検索

phrase: max: clip:
target: order:
Results of 401 - 410 of about 1267 for VALUE (0.035 sec.)
Sets the timeout for an HTTP request 2819
« EventHttp::setMaxHeadersSize EventHttpConnection » PHP Manual EventHttp Sets the timeout for a ... P request 説明 public EventHttp::setTimeout ( int $value ): void Sets the timeout for an HTTP request. パラ ... メータ value The timeout in seconds. 戻り値 値を返しません。 関 ...
https://man.plustar.jp/php/eventhttp.settimeout.html - [similar]
Apacheサブプロセスの環境変数を設定する 2819
« apache_response_headers getallheaders » PHP Manual Apache 関数 Apacheサブプロセスの環境変数を設 ... する 説明 apache_setenv ( string $variable , string $value , bool $walk_to_top = false ): bool apache_setenv( ... 更されません。 パラメータ variable 設定する環境変数 value variable の新しい値 walk_to_top 全ての Apache レイ ... 設定 <?php apache_setenv ( "EXAMPLE_VAR" , "Example Value" ); ?> 注意 注意 : apache_setenv() は、分割されたペ ...
https://man.plustar.jp/php/function.apache-setenv.html - [similar]
引数が、数えられる値かどうかを調べる 2819
« is_callable is_double » PHP Manual 変数操作 関数 引数が、数えられる値かどうかを調べる is_count ... られる値かどうかを調べる 説明 is_countable ( mixed $value ): bool 引数の内容が、 array または Countable を実 ... 装したオブジェクトかどうかを調べます。 パラメータ value チェックする値 戻り値 value が数えられる場合に tru ...
https://man.plustar.jp/php/function.is-countable.html - [similar]
変数が null かどうか調べる 2819
« is_long is_numeric » PHP Manual 変数操作 関数 変数が null かどうか調べる is_null (PHP 4 >= 4.0 ... — 変数が null かどうか調べる 説明 is_null ( mixed $value ): bool 指定した変数が null かどうかを調べます。 パ ... ラメータ value 評価する変数。 戻り値 value が null の場合に true ...
https://man.plustar.jp/php/function.is-null.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 2819
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラ ... trigger_error ( "Incorrect input vector, array of values expected" , E_USER_WARNING ); return null ; } $te ... mp = array(); foreach( $vect as $pos => $value ) { if (! is_numeric ( $value )) { trigger_error ( ... "Value at position $pos is not a number, using 0 (zero)" ... , E_USER_NOTICE ); $value = 0 ; } $temp [ $pos ] = log ( $scale ) * $value ; ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
Construct a new Slider 2819
« UI\Controls\Slider UI\Controls\Slider::getValue » PHP Manual UI\Controls\Slider Construct a ne ... the given range パラメータ min The minimum allowed value max The maximum allowed value 関連キーワード: Slid ...
https://man.plustar.jp/php/ui-controls-slider.construct.html - [similar]
Construct a new Spin 2819
« UI\Controls\Spin UI\Controls\Spin::getValue » PHP Manual UI\Controls\Spin Construct a new Spin ... in with the given range パラメータ min The minimum value allowed max The maximum value allowed 関連キーワー ... s , a , construct , int , min , max , allowed , getValue ...
https://man.plustar.jp/php/ui-controls-spin.construct.html - [similar]
Color Manipulation 2819
« UI\Draw\Color::__construct UI\Draw\Color::setChannel » PHP Manual UI\Draw\Color Color Manipula ... Channel ( int $channel ): float Shall retrieve the value for a channel パラメータ channel Constant channel ... identity 戻り値 The current value of the requested channel 関連キーワード: Manipulat ...
https://man.plustar.jp/php/ui-draw-color.getchannel.html - [similar]
Set the idle timeout 2819
« ZMQDevice::setIdleCallback ZMQDevice::setTimerCallback » PHP Manual ZMQDevice Set the idle tim ... imeout ): ZMQDevice Sets the idle callback timeout value. The idle callback is invoked periodically when th ... idle. パラメータ timeout The idle callback timeout value. 戻り値 On success this method returns the current ...
https://man.plustar.jp/php/zmqdevice.setidletimeout.html - [similar]
The SolrDocument class 2796
« SolrInputDocument::toArray SolrDocument::addField » PHP Manual Solr The SolrDocument class The ... nst int SORT_FIELD_NAME = 1 ; const int SORT_FIELD_VALUE_COUNT = 2 ; const int SORT_FIELD_BOOST_VALUE = 4 ; ... public addField ( string $fieldName , string $fieldValue ): bool public clear (): bool public __clone (): v ... ublic offsetSet ( string $fieldName , string $fieldValue ): void public offsetUnset ( string $fieldName ): ... ng public __set ( string $fieldName , string $fieldValue ): bool public sort ( int $sortOrderBy , int $sort ...
https://man.plustar.jp/php/class.solrdocument.html - [similar]