検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 457 for Ini (0.024 sec.)
macOS Monterey より前のバージョンにバンドルされている、PHP の使用法 3849
« パッケージの使用 macOS 上での PHP のコンパイル » PHP Manual macOS へのインストール macOS Monte ... でにあるからです。 これを適切に調整しましょう。 php.ini の場所を設定するか、デフォルトを使用します。 macOS ... におけるデフォルトの場所は /usr/local/php/php.ini で、 phpinfo() をコールするとこの情報を表示します。 ... php.ini を使用しない場合は、PHP はすべてデフォルト値を使用 ... します。 php.ini ファイルはどこにおけばいいのですか? が、関連する F ...
https://man.plustar.jp/php/install.macosx.bundled.html - [similar]
Windows でのおすすめの構成 3849
« Windows 上での PHP インストーラ Windows 上での PHP の手動インストール » PHP Manual Windows シス ... み込むたびにコンパイルされることがなくなります。 php.ini では、次のように設定します: 例1 OpCache の推奨構成 ... ロードして、 PHP の拡張モジュール用ディレクトリ (php.ini の extensions_dir) に配置しましょう。 php.ini では ...
https://man.plustar.jp/php/install.windows.recommended.html - [similar]
このオブジェクトが表す時刻を取得する 3849
« IntlCalendar::getSkippedWallTimeOption IntlCalendar::getTimeZone » PHP Manual IntlCalendar この ... se を返します 例 例1 IntlCalendar::getTime() <?php ini_set ( 'date.timezone' , 'Europe/Lisbon' ); ini_set ...
https://man.plustar.jp/php/intlcalendar.gettime.html - [similar]
オブジェクトの書式を設定する 3849
« IntlDateFormatter::format IntlDateFormatter::getCalendar » PHP Manual IntlDateFormatter オブジ ... 利用せず、オブジェクトのタイムゾーンを取得します */ ini_set ( 'date.timezone' , 'UTC' ); /* デフォルトのロ ... ケールは、この ini 設定から取得します */ ini_set ( 'intl.default_loca ...
https://man.plustar.jp/php/intldateformatter.formatobject.html - [similar]
基本 3849
« エラー PHP 7 でのエラー » PHP Manual エラー 基本 基本 PHP は、各種のエラー条件に対応したさまざ ... を報告してどのエラーを無視するのかを決めるのが、php.ini の error_reporting です。あるいは、実行時に error_ ... んで設定することもできます。 しかし、できるだけ php.ini で設定しておくことをお勧めします。 というのも、スク ... です。 エラーが発生したときの PHP の挙動を決める php.ini 設定項目が、あと二つあります。 ひとつは display_er ...
https://man.plustar.jp/php/language.errors.basics.html - [similar]
Phar アーカイブ全体の圧縮を解除する 3849
« Phar::createDefaultStub Phar::decompressFiles » PHP Manual Phar Phar アーカイブ全体の圧縮を解除 ... nsion = null ): ? Phar 注意 : このメソッドは、 php.ini の phar.readonly が 0 でないと Phar オブジェクトで ... この関数は phar の内容を変更するので、使用するには INI 設定 phar.readonly が off になっていなければなりま ... す。 失敗した場合は null を返します。 エラー / 例外 INI 設定 phar.readonly が on の場合、 zlib 拡張モジュー ...
https://man.plustar.jp/php/phar.decompress.html - [similar]
MySQL 関数 (PDO_MYSQL) 3849
« PDO_INFORMIX DSN PDO_MYSQL DSN » PHP Manual PDO ドライバ MySQL 関数 (PDO_MYSQL) MySQL 関数 (PD ... 列内だけであることに注意しましょう。 PDO::MYSQL_ATTR_INIT_COMMAND ( string ) MySQL サーバーへの接続時に実行 ... 列内だけであることに注意しましょう。 実行時設定 php.ini の設定により動作が変化します。 PDO_MYSQL 設定オプシ ... 可能 pdo_mysql.default_socket "/tmp/mysql.sock" PHP_INI_SYSTEM pdo_mysql.debug NULL PHP_INI_SYSTEM PHP_INI ... かれば、 この値はコンパイル時にも設定されます。この ini 設定は Unix でのみ使えます。 pdo_mysql.debug bool ...
https://man.plustar.jp/php/ref.pdo-mysql.html - [similar]
Opens a connection 3849
« Stomp::commit Stomp::__destruct » PHP Manual Stomp Opens a connection Stomp::__construct stomp ... tor): public Stomp::__construct ( string $broker = ini_get("stomp.default_broker_uri") , string $username ... s = ? ) 手続き型: stomp_connect ( string $broker = ini_get("stomp.default_broker_uri") , string $username ...
https://man.plustar.jp/php/stomp.construct.html - [similar]
ブートストラップをコールする 3849
« Yaf_Application::app Yaf_Application::clearLastError » PHP Manual Yaf_Application ブートストラ ... tstrap = ? ): void ブートストラップを実行します。"_init" で始まる名前のすべてのメソッドを その定義順に実行 ... otstrap extends Yaf_Bootstrap_Abstract { function _initConfig ( Yaf_Dispatcher $dispatcher ) { echo "1st ... called\n" ; } function _initPlugin ( $dispatcher ) { echo "2nd called\n" ; } } ... ON_PATH' ) // APPLICATION_PATH will be used in the ini config file || define ( 'APPLICATION_PATH' , __DIR ...
https://man.plustar.jp/php/yaf-application.bootstrap.html - [similar]
インストール手順 3824
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 The FANN PHP ... udo make install Make the following changes to php.ini: Make sure the extension_dir variable is pointing ... to the directory containing fann.so . The build will display where it is ins ... 60613 If it's not, change the extension_dir in php.ini or move fann.so . To load the extension on PHP sta ...
https://man.plustar.jp/php/fann.installation.html - [similar]