検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 681 for default (0.003 sec.)
Imagick クラス 6118
« 基本的な使用法 Imagick::adaptiveBlurImage » PHP Manual ImageMagick Imagick クラス Imagick クラ ... s , float $sigma , int $channel = Imagick::CHANNEL_DEFAULT ): bool public adaptiveResizeImage ( int $columns ... s , float $sigma , int $channel = Imagick::CHANNEL_DEFAULT ): bool public adaptiveThresholdImage ( int $width ... int $noise_type , int $channel = Imagick::CHANNEL_DEFAULT ): bool public affineTransformImage ( ImagickDraw ... c autoLevelImage ( int $channel = Imagick::CHANNEL_DEFAULT ): bool public averageImages (): Imagick public bl ...
https://man.plustar.jp/php/class.imagick.html - [similar]
The SolrClient class 6118
« SolrObject::offsetUnset SolrClient::addDocument » PHP Manual Solr The SolrClient class The Sol ... const int SYSTEM_SERVLET_TYPE = 32 ; const string DEFAULT_SEARCH_SERVLET = select ; const string DEFAULT_UPD ... ATE_SERVLET = update ; const string DEFAULT_THREADS_SERVLET = admin/threads ; const string DEF ... AULT_PING_SERVLET = admin/ping ; const string DEFAULT_TERMS_SERVLET = terms ; const string DEFAULT_SYSTE ... m information from the system servlet. SolrClient::DEFAULT_SEARCH_SERVLET This is the initial value for the s ...
https://man.plustar.jp/php/class.solrclient.html - [similar]
Retrive the default module name 6083
« Yaf_Dispatcher::getDefaultController Yaf_Dispatcher::getInstance » PHP Manual Yaf_Dispatcher R ... etrive the default module name Yaf_Dispatcher::getDefaultModule (Yaf ... >=3.2.0) Yaf_Dispatcher::getDefaultModule — Retrive the default module name 説明 publi ... c Yaf_Dispatcher::getDefaultModule (): string get the default module name パラメ ... ラメータはありません。 戻り値 string , module name, default is "Index" 関連キーワード: default , module , Retr ...
https://man.plustar.jp/php/yaf-dispatcher.getdefaultmodule.html - [similar]
Checks if this is the default read concern 5983
« MongoDB\Driver\ReadConcern::getLevel MongoDB\Driver\ReadConcern::serialize » PHP Manual MongoD ... B\Driver\ReadConcern Checks if this is the default read concern MongoDB\Driver\ReadConcern::isDefault ... (mongodb >=1.3.0) MongoDB\Driver\ReadConcern::isDefault — Checks if this is the default read concern 説明 ... final public MongoDB\Driver\ReadConcern::isDefault (): bool Returns whether this is the default read ... ead concern options. The driver will not include a default read concern in its read operations (e.g. MongoDB\ ...
https://man.plustar.jp/php/mongodb-driver-readconcern.isdefault.html - [similar]
デフォルトのストリームコンテキストを取得する 5948
« stream_context_create stream_context_get_options » PHP Manual ストリーム 関数 デフォルトのスト ... リームコンテキストを取得する stream_context_get_default (PHP 5 >= 5.1.0, PHP 7, PHP 8) stream_context_get_ ... リームコンテキストを取得する 説明 stream_context_get_default ( ? array $options = null ): resource ( fopen() 、 ... 、nullable になりました。 例 例1 stream_context_get_default() の使用 <?php $default_opts = array( 'http' =>arr ... rlen ( "baz=bomb" ), 'content' => "baz=bomb" ) ); $default = stream_context_get_default ( $default_opts ); $a ...
https://man.plustar.jp/php/function.stream-context-get-default.html - [similar]
有効な証明書の格納場所を検索する 5841
« openssl_free_key openssl_get_cipher_methods » PHP Manual OpenSSL 関数 有効な証明書の格納場所を ... )); ?> 上の例の出力は以下となります。 array(8) { ["default_cert_file"]=> string(21) "/usr/lib/ssl/cert.pem" [ ... "default_cert_file_env"]=> string(13) "SSL_CERT_FILE" ["def ... ult_cert_dir"]=> string(18) "/usr/lib/ssl/certs" ["default_cert_dir_env"]=> string(12) "SSL_CERT_DIR" ["defau ... rivate_dir"]=> string(20) "/usr/lib/ssl/private" ["default_default_cert_area"]=> string(12) "/usr/lib/ssl" [" ...
https://man.plustar.jp/php/function.openssl-get-cert-locations.html - [similar]
Removes and returns a value by key 5806
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::rem ... y 説明 public Ds\Map::remove ( mixed $key , mixed $default = ? ): mixed Removes and returns a value by key, o ... r return an optional default value if the key could not be found. 注意 : Keys o ... ey. See Arrays . パラメータ key The key to remove. default The optional default value, returned if the key co ... e found. 戻り値 The value that was removed, or the default value if provided and the key could not be found i ...
https://man.plustar.jp/php/ds-map.remove.html - [similar]
スクリプト中の日付/時刻関数で使用されるデフォルトタイムゾーンを設定する 5777
« date_default_timezone_get date_diff » PHP Manual 日付・時刻 関数 スクリプト中の日付/時刻関数で ... 使用されるデフォルトタイムゾーンを設定する date_default_timezone_set (PHP 5 >= 5.1.0, PHP 7, PHP 8) date_d ... 使用されるデフォルトタイムゾーンを設定する 説明 date_default_timezone_set ( string $timezoneId ): bool date_def ... 。 例 例1 デフォルトのタイムゾーンの取得 <?php date_default_timezone_set ( 'America/Los_Angeles' ); $script_tz ... = date_default_timezone_get (); if ( strcmp ( $script_tz , ini_ge ...
https://man.plustar.jp/php/function.date-default-timezone-set.html - [similar]
実行時設定 5706
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... _INI_SYSTEM mysql.trace_mode "0" PHP_INI_ALL mysql.default_port NULL PHP_INI_ALL mysql.default_socket NULL PH ... P_INI_ALL mysql.default_host NULL PHP_INI_ALL mysql.default_user NULL PHP_ ... INI_ALL mysql.default_password NULL PHP_INI_ALL mysql.connect_timeout "6 ... 表示されます(PHP 4.3.0 以降で使用可能です)。 mysql.default_port string 他のポートが指定されない場合、データベ ...
https://man.plustar.jp/php/mysql.configuration.html - [similar]
新規に MySQL サーバーへの接続をオープンする 5635
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... ::__construct ( string $hostname = ini_get("mysqli.default_host") , string $username = ini_get("mysqli.defaul ... t_user") , string $password = ini_get("mysqli.default_pw") , string $database = "" , int $port = ini_get ... ("mysqli.default_port") , string $socket = ini_get("mysqli.default_ ... sqli::connect ( string $hostname = ini_get("mysqli.default_host") , string $username = ini_get("mysqli.defaul ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT