検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 457 for Ini (0.025 sec.)
Installing the MongoDB PHP Driver with PECL 3890
« インストール手順 Installing the MongoDB PHP Driver on macOS with Homebrew » PHP Manual インスト ... ch version of PHP has its own pecl command and php.ini file. Installing the driver via PECL will use bund ... ocess. Finally, add the following line to your php.ini file: extension=mongodb.so 関連キーワード: Install ...
https://man.plustar.jp/php/mongodb.installation.pecl.html - [similar]
Retrieve a item 3890
« Yaconf Yaconf::has » PHP Manual Yaconf Retrieve a item Yaconf::get (PECL yaconf >= 1.0.0) Yaco ... he key exists, return default_value if not. 例 例1 INI() example ;filenmame foo.ini, placed in directory ...
https://man.plustar.jp/php/yaconf.get.html - [similar]
PHP 設定オプションの値を取得する 3865
« gc_status get_current_user » PHP Manual PHP オプション/情報 関数 PHP 設定オプションの値を取得す ... の値を返し、 エラーの場合は false を返します。 参考 ini_get() - 設定オプションの値を得る ini_get_all() - す ...
https://man.plustar.jp/php/function.get-cfg-var.html - [similar]
MySQL サーバーへの接続をオープンする 3865
« mysql_close mysql_create_db » PHP Manual MySQL 関数 MySQL サーバーへの接続をオープンする mysql ... _construct() 説明 mysql_connect ( string $server = ini_get("mysql.default_host") , string $username = ini ... _get("mysql.default_user") , string $password = ini_get("mysql.default_password") , bool $new_link = f ... トへ接続しようとしている場合、これを修正するには php.ini の mysql.default_host に正しいパスを指定したうえで ...
https://man.plustar.jp/php/function.mysql-connect.html - [similar]
MySQL サーバーへの持続的な接続をオープンする 3865
« mysql_num_rows mysql_ping » PHP Manual MySQL 関数 MySQL サーバーへの持続的な接続をオープンする ... TENT を指定 説明 mysql_pconnect ( string $server = ini_get("mysql.default_host") , string $username = ini ... _get("mysql.default_user") , string $password = ini_get("mysql.default_password") , int $client_flags ...
https://man.plustar.jp/php/function.mysql-pconnect.html - [similar]
セッションクッキーパラメータを設定する 3865
« session_save_path session_set_save_handler » PHP Manual セッション関数 セッションクッキーパラメ ... ( array $lifetime_or_options ): bool ファイル php.ini で定義されたクッキーパラメータを設定します。 この関 ... () をコールする必要があります。 この関数は、PHP の ini 設定の値を実行時に上書きします。値の取得には ini_g ...
https://man.plustar.jp/php/function.session-set-cookie-params.html - [similar]
カレンダーのタイプを取得する 3865
« IntlCalendar::getTimeZone IntlCalendar::getWeekendTransition » PHP Manual IntlCalendar カレンダ ... うなものです。 例 例1 IntlCalendar::getType() <?php ini_set ( 'date.timezone' , 'Europe/Lisbon' ); ini_set ...
https://man.plustar.jp/php/intlcalendar.gettype.html - [similar]
FAQ: 名前空間について知っておくべきこと 3865
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FA ... lobalfunc (); // グローバル定数へのアクセス $b = \ INI_ALL ; ?> \my\name や \name のような名前はどのように ... en ( 'hi' ); // "strlen" 関数をコールします $a = \ INI_ALL ; // $a に定数 "INI_ALL" の値を設定します ?> m ... of constant "foo\FOO" - import is not applied $b = INI_ALL ; // sets $b to value of global constant "INI_ ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]
実行時に PHP 拡張モジュールをロードする 3849
« cli_set_process_title extension_loaded » PHP Manual PHP オプション/情報 関数 実行時に PHP 拡張 ... を使用します。 これは、組み込みのモジュールと ( php.ini か、あるいは dl() を使用して) 動的に読み込むモジュ ... 、プラットフォームによって異なります。 Windows - php.ini に明記されていない場合、デフォルトでは 拡張モジュー ... ルは、 C:\php5\ からロードされます。 Unix - php.ini に明記されていない場合、デフォルトでは 以下に依存し ...
https://man.plustar.jp/php/function.dl.html - [similar]
有効な証明書の格納場所を検索する 3849
« openssl_free_key openssl_get_cipher_methods » PHP Manual OpenSSL 関数 有効な証明書の格納場所を ... _default_cert_area"]=> string(12) "/usr/lib/ssl" ["ini_cafile"]=> string(0) "" ["ini_capath"]=> string(0) ...
https://man.plustar.jp/php/function.openssl-get-cert-locations.html - [similar]