検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 93 for usr (0.028 sec.)
include_path 設定オプションの値を元に戻す 6695
« putenv set_include_path » PHP Manual PHP オプション/情報 関数 include_path 設定オプションの値を ... _path() の例 <?php echo get_include_path (); // .:/usr/local/lib/php set_include_path ( '/inc' ); echo ge ... 'include_path' ); echo get_include_path (); // .:/usr/local/lib/php ?> 参考 ini_restore() - 設定オプショ ...
https://man.plustar.jp/php/function.restore-include-path.html - [similar]
インストール手順 6695
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHP の OpenSS ... 定されます。 これは通常、デフォルトのファイル名が c:\usr\local\ssl\openssl.cnf (x64の場合), または C:\Progr ... f (x86の場合), PHP 7.4.0 より前のバージョンでは C:\usr\local\ssl\openssl.cnf であることを意味します。 イン ... .4.0 OpenSSL のデフォルトの設定ファイルのパスが C:\usr\local\ssl から C:\Program Files\Common Files\SSL と ...
https://man.plustar.jp/php/openssl.installation.html - [similar]
ホスト公開鍵を使用して認証を行う 6602
« ssh2_auth_agent ssh2_auth_none » PHP Manual SSH2 関数 ホスト公開鍵を使用して認証を行う ssh2_au ... tion , 'remoteusername' , 'myhost.example.com' , '/usr/local/etc/hostkey_rsa.pub' , '/usr/local/etc/hostk ...
https://man.plustar.jp/php/function.ssh2-auth-hostbased-file.html - [similar]
リソースバンドルを作成する 6602
« ResourceBundle::count ResourceBundle::getErrorCode » PHP Manual ResourceBundle リソースバンドル ... ) の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'teststring' ]; ?> ... の例 <?php $r = ResourceBundle :: create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'teststring' ]; ?> ...
https://man.plustar.jp/php/resourcebundle.create.html - [similar]
バンドルの直近のエラーコードを取得する 6602
« ResourceBundle::create ResourceBundle::getErrorMessage » PHP Manual ResourceBundle バンドルの直 ... ) の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( ... ト指向の例 <?php $r = new ResourceBundle ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( ...
https://man.plustar.jp/php/resourcebundle.geterrorcode.html - [similar]
接続を初期化する 6523
« gnupg_import gnupg_keyinfo » PHP Manual GnuPG 関数 接続を初期化する gnupg_init (PECL gnupg >= ... ) の例 <?php $res = gnupg_init ([ "file_name" => "/usr/bin/gpg2" , "home_dir" => "/var/www/.gnupg" ]); ?> ... 化する例 <?php $gpg = new gnupg ([ "file_name" => "/usr/bin/gpg2" , "home_dir" => "/var/www/.gnupg" ]); ?> ...
https://man.plustar.jp/php/function.gnupg-init.html - [similar]
バンドルからデータを取得する 6523
« ResourceBundle::getErrorMessage ResourceBundle::getLocales » PHP Manual ResourceBundle バンドル ... ) の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo resourcebundle_get ( $r ... ト指向の例 <?php $r = new ResourceBundle ( 'es' , "/usr/share/data/myapp" ); echo $r -> get ( 'somestring' ...
https://man.plustar.jp/php/resourcebundle.get.html - [similar]
バンドルの直近のエラーメッセージを取得する 6523
« ResourceBundle::getErrorCode ResourceBundle::get » PHP Manual ResourceBundle バンドルの直近のエ ... ) の例 <?php $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( ... ト指向の例 <?php $r = new ResourceBundle ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( ...
https://man.plustar.jp/php/resourcebundle.geterrormessage.html - [similar]
php-config 6444
« phpize で共有 PECL 拡張モジュールをコンパイルする方法 PECL 拡張モジュールを PHP に静的に組み込 ... -h スイッチをつけて実行すれば見られます。 Usage: /usr/local/bin/php-config [OPTION] Options: --prefix [. ... のインストール先ディレクトリのプレフィックス。例: /usr/local --includes -I オプションとインクルードしたフ ...
https://man.plustar.jp/php/install.pecl.php-config.html - [similar]
インストール手順 6444
« 要件 テスト » PHP Manual インストール/設定 インストール手順 インストール手順 OCI8 とともに PHP ... ょう: ./configure --with-oci8=shared,instantclient,/usr/lib/oracle/<version>/client/lib --with-oci8=shared ... ,instantclient,/usr/lib/oracle/19.9/client/lib のようにして、オプション ... いる場所に設定します。 たとえば $ORACLE_HOME/lib や /usr/lib/oracle/18.5/client/lib などです。 Linux 用の I ... ルトの位置に置かれている場合も不要です。 たとえば、 /usr/lib/oracle/VERSION/client/lib/network/admin , $ORA ...
https://man.plustar.jp/php/oci8.installation.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT