検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 184 for local (0.013 sec.)
ホスト公開鍵を使用して認証を行う 7780
« ssh2_auth_agent ssh2_auth_none » PHP Manual SSH2 関数 ホスト公開鍵を使用して認証を行う ssh2_au ... ng $privkeyfile , string $passphrase = ? , string $local_username = ? ): bool ファイルから読み込まれたホスト ... のはずです) 場合、パスフレーズを渡す必要があります。 local_username もし local_username を省略した場合、 user ... , 'remoteusername' , 'myhost.example.com' , '/usr/local/etc/hostkey_rsa.pub' , '/usr/local/etc/hostkey_rsa ... ' , 'secret' , 'localusername' )) { echo "Public Key Hostbased Authentic ...
https://man.plustar.jp/php/function.ssh2-auth-hostbased-file.html - [similar]
7725
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... )) { exit( "EventUtil::sslRandPoll failed\n" ); } $local_cert = __DIR__ . "/cert.pem" ; $local_pk = __DIR__ ... . "/privkey.pem" ; if (! file_exists ( $local_cert ) || ! file_exists ( $local_pk )) { echo "Cou ... ldn't read $local_cert or $local_pk file. To generate a key\n" , "an ... gned certificate, run:\n" , " openssl genrsa -out $local_pk 2048\n" , " openssl req -new -key $local_pk -ou ...
https://man.plustar.jp/php/event.examples.html - [similar]
FTP サーバーからファイルをダウンロードする 7505
« ftp_get_option ftp_login » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードする ftp_ ... ドする 説明 ftp_get ( FTP\Connection $ftp , string $local_filename , string $remote_filename , int $mode = F ... パラメータ ftp FTP\Connection クラスのインスタンス local_filename ローカルファイルのパス(ファイルがすでに存 ... た。 例 例1 ftp_get() の例 <?php // 変数を定義する $local_file = 'local.zip' ; $server_file = 'server.zip' ; ... tp_user_pass ); // $server_file をダウンロードし、$local_file への保存を試みる if ( ftp_get ( $ftp , $local ...
https://man.plustar.jp/php/function.ftp-get.html - [similar]
Sends changes from the local working copy to the repository 7450
« svn_client_version svn_delete » PHP Manual SVN 関数 Sends changes from the local working copy ... svn >= 0.1.0) svn_commit — Sends changes from the local working copy to the repository 説明 svn_commit ( s ... ursive = true ): array Commits changes made in the local working copy files enumerated in the targets array ... ータ log String log text to commit targets Array of local paths of files to be committed 警告 This parameter ... 関連キーワード: array , commit , targets , 関数 , local , recursive , repository , 注意 , parameter , This ...
https://man.plustar.jp/php/function.svn-commit.html - [similar]
Returns an object for BSON serialization 7450
« MongoDB\Driver\ReadConcern MongoDB\Driver\ReadConcern::__construct » PHP Manual MongoDB\Driver ... 2 MongoDB\Driver\ReadConcern::bsonSerialize() with local read concern <?php $rc = new MongoDB \ Driver \ Re ... adConcern ( MongoDB \ Driver \ ReadConcern :: LOCAL ); var_dump ( $rc -> bsonSerialize ()); echo "\n" ... す。 object(stdClass)#2 (1) { ["level"]=> string(5) "local" } { "level" : "local" } 参考 MongoDB\BSON\Seriali ... oncern , Returns , serialization , bsonSerialize , local , 出力 , stdClass , read ...
https://man.plustar.jp/php/mongodb-driver-readconcern.bsonserialize.html - [similar]
Constructs an OpenSSL context for use with Event classes 7339
« EventSslContext EventUtil » PHP Manual EventSslContext Constructs an OpenSSL context for use w ... SLv3_SERVER_METHOD , array( EventSslContext :: OPT_LOCAL_CERT => $local_cert , EventSslContext :: OPT_LOCAL ... _PK => $local_pk , EventSslContext :: OPT_PASSPHRASE => "echo se ...
https://man.plustar.jp/php/eventsslcontext.construct.html - [similar]
指定した時刻の、GMT へのオフセットを取得する 7229
« IntlTimeZone::getIDForWindowsID IntlTimeZone::getRawOffset » PHP Manual IntlTimeZone 指定した時 ... IntlTimeZone::getOffset ( float $timestamp , bool $local , int &$rawOffset , int &$dstOffset ): bool 手続き ... IntlTimeZone $timezone , float $timestamp , bool $local , int &$rawOffset , int &$dstOffset ): bool 警告 こ ... リストのみが 記述されています。 パラメータ timestamp local rawOffset dstOffset 戻り値 関連キーワード: 時刻 , ... ntlTimeZone , 指定 , int , dstOffset , rawOffset , local , timestamp ...
https://man.plustar.jp/php/intltimezone.getoffset.html - [similar]
Microsoft Windows のコマンドラインでの PHP 7119
« ソースからのビルド Apache 2.x (Microsoft Windows 用) » PHP Manual Windows システムへのインス ... changes Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.php] @="phpfile" "Conten ... t Type"="application/php" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\phpfile] @="PHP Script" " ... wserFlags"=dword:00000008 "AlwaysShowExt"="" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\phpfile\DefaultIcon] @="C ... :\\php\\php-win.exe,0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\phpfile\shell] @="Open" [ ...
https://man.plustar.jp/php/install.windows.commandline.html - [similar]
環境変数の値を取得する 6844
« get_resources getlastmod » PHP Manual PHP オプション/情報 関数 環境変数の値を取得する getenv ( ... の値を取得する 説明 getenv ( string $varname , bool $local_only = false ): string | false getenv (): array 環 ... られているものです。 パラメータ varname 変数の名前。 local_only true に設定すると、(OS または putenv により設 ... ために 省略することができるようになりました。 7.0.9 local_only パラメーターが追加されました。 例 例1 getenv( ... します。 ローカル設定された環境変数の値を返すには、 local_only パラメーターを使用してください。 参考 putenv( ...
https://man.plustar.jp/php/function.getenv.html - [similar]
すべての設定オプションを得る 6788
« ini_alter ini_get » PHP Manual PHP オプション/情報 関数 すべての設定オプションを得る ini_get_a ... の値は、 global_value ( php.ini で設定されている)、 local_value (おそらく ini_set() または .htaccess でセット ... ktrack_limit] => Array ( [global_value] => 100000 [local_value] => 100000 [access] => 7 ) [pcre.recursion_l ... imit] => Array ( [global_value] => 100000 [local_value] => 100000 [access] => 7 ) ) Array ( [allow_ ... me_pass_reference] => Array ( [global_value] => 0 [local_value] => 0 [access] => 6 ) [allow_url_fopen] => A ...
https://man.plustar.jp/php/function.ini-get-all.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT