Results of 1 - 10 of about 17 for pub (0.003 sec.)
- FTP(s) URL へのアクセス 12156
- « http:// php:// » PHP Manual サポートするプロトコル/ラッパー FTP(s) URL へのアクセス ftp:// ftp
...
ワードとして送信されます。 利用法 ftp://example.com/pub/file.txt ftp://user:password@example.com/pub/file. ...
txt ftps://example.com/pub/file.txt ftps://user:password@example.com/pub/file ...
サポート , Yes , アクセス , file , s , 許可 , ftps , pub , 注意 , 読み込み ...
-
https://man.plustar.jp/php/wrappers.ftp.html
- [similar]
- URL エンコードされたクエリ文字列を生成する 11069
- « get_meta_tags parse_url » PHP Manual URL 関数 URL エンコードされたクエリ文字列を生成する http_
...
を含む配列) となります。 data がオブジェクトの場合、 public プロパティだけが結果に含められます。 numeric_pr ...
ttp_build_query() の使用 <?php class parentClass { public $pub = 'publicParent' ; protected $prot = 'prot ...
ectedParent' ; private $priv = 'privateParent' ; public $pub_bar = null ; protected $prot_bar = null ; ...
private $priv_bar = null ; public function __construct (){ $this -> pub_bar = new ...
-
https://man.plustar.jp/php/function.http-build-query.html
- [similar]
- Roll back a transaction 10742
- « cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC
...
, false ); @ cubrid_execute ( $conn , "DROP TABLE publishers" ); $sql = <<<EOD CREATE TABLE publishers( ...
pub_id CHAR(3), pub_name VARCHAR(20), city VARCHAR(15), state CHAR(2), ...
it; } $req = cubrid_prepare ( $conn , "INSERT INTO publishers VALUES(?, ?, ?, ?, ?)" ); $id_list = array( ...
02" , "P03" , "P04" ); $name_list = array( "Abatis Publishers" , "Core Dump Books" , "Schadenfreude Press ...
-
https://man.plustar.jp/php/function.cubrid-rollback.html
- [similar]
- Commit a transaction 10587
- « cubrid_column_types cubrid_connect_with_url » PHP Manual CUBRID 関数 Commit a transaction cubr
...
, "dba" ); @ cubrid_execute ( $conn , "DROP TABLE publishers" ); $sql = <<<EOD CREATE TABLE publishers( ...
pub_id CHAR(3), pub_name VARCHAR(20), city VARCHAR(15), state CHAR(2), ...
it; } $req = cubrid_prepare ( $conn , "INSERT INTO publishers VALUES(?, ?, ?, ?, ?)" ); $id_list = array( ...
02" , "P03" , "P04" ); $name_list = array( "Abatis Publishers" , "Core Dump Books" , "Schadenfreude Press ...
-
https://man.plustar.jp/php/function.cubrid-commit.html
- [similar]
- 要件 10121
- « インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 GD ライブラリ( » h
...
いうエラーが発生します。 png » http://www.libpng.org/pub/png/libpng.html xpm » http://www.ibiblio.org/pub/L ...
ライブラリ , イメージ , インストール , www , 形式 , pub , configure , 拡張 , 処理 ...
-
https://man.plustar.jp/php/image.requirements.html
- [similar]
- キーの詳細の配列を返す 9500
- « openssl_pkey_free openssl_pkey_get_private » PHP Manual OpenSSL 関数 キーの詳細の配列を返す op
...
キーのデータが返されます。 キー 説明 "n" modulus "e" public exponent "d" private exponent "p" prime 1 "q" p ...
ーのデータが返されます。 キー 説明 "p" prime number (public) "q" 160-bit subprime, q | p-1 (public) "g" gen ...
erator of subgroup (public) "priv_key" private key x "pub_key" public key ...
tor of Z_p (shared) "priv_key" private DH value x "pub_key" public DH value g^x OPENSSL_KEYTYPE_EC の場合 ...
-
https://man.plustar.jp/php/function.openssl-pkey-get-details.html
- [similar]
- ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する 8724
- « openssl_decrypt openssl_digest » PHP Manual OpenSSL 関数 ローカルのDH秘密鍵とリモート側のDH公開
...
ットを計算する 説明 openssl_dh_compute_key ( string $public_key , OpenSSLAsymmetricKey $private_key ): stri ...
3.0.0 以降でのみサポートされています。 パラメータ public_key リモート側の DH 公開鍵 private_key ローカル ...
ティリティを使う必要があります。 # generate private/public key keypair openssl dhparam -out dhparam.pem 20 ...
aramfile dhparam.pem -out privatekey.pem # extract public key only openssl pkey -in privatekey.pem -pubou ...
-
https://man.plustar.jp/php/function.openssl-dh-compute-key.html
- [similar]
- リモートとローカルの DH/ECDH鍵 の公開値のための、共有シークレットを計算する 8414
- « openssl_pkcs7_verify openssl_pkey_export_to_file » PHP Manual OpenSSL 関数 リモートとローカルの
...
ymmetricKey | OpenSSLCertificate | array | string $public_key , OpenSSLAsymmetricKey | OpenSSLCertificate ...
0 ): string | false openssl_pkey_derive() 関数は、 public_key と private_key を受け取り、 DH または EC鍵の ...
ための共有シークレットを生成します。 パラメータ public_key public_key は、共有シークレットを生成するた ...
sFNLlcw= -----END PRIVATE KEY----- " ); // Load in public key $pub = openssl_pkey_get_public ( "-----BEGI ...
-
https://man.plustar.jp/php/function.openssl-pkey-derive.html
- [similar]
- The ZMQ class 8259
- « 要件 ZMQ::__construct » PHP Manual 0MQ messaging The ZMQ class The ZMQ class (PECL zmq >= 0.5.
...
stants */ const int SOCKET_PAIR ; const int SOCKET_PUB ; const int SOCKET_SUB ; const int SOCKET_REQ ; co ...
UTER ; const int SOCKET_DEALER ; const int SOCKET_XPUB ; const int SOCKET_XSUB ; const int SOCKET_STREAM ...
CKOPT_DELAY_ATTACH_ON_CONNECT ; const int SOCKOPT_XPUB_VERBOSE ; const int SOCKOPT_ROUTER_RAW ; const int ...
MQ::SOCKET_PAIR Exclusive pair pattern ZMQ::SOCKET_PUB Publisher socket ZMQ::SOCKET_SUB Subscriber socket ...
-
https://man.plustar.jp/php/class.zmq.html
- [similar]
- Secure Shell 2 7793
- « phar:// rar:// » PHP Manual サポートするプロトコル/ラッパー Secure Shell 2 ssh2:// ssh2:// — S
...
ーザー名 password パスワード認証に使用するパスワード pubkey_file 認証に使用する公開鍵ファイル privkey_file ...
n = ssh2_connect ( 'example.com' , 22 ); ssh2_auth_pubkey_file ( $session , 'username' , '/home/username/ ...
.ssh/id_rsa.pub' , '/home/username/.ssh/id_rsa' , 'secret' ); $str ...
n = ssh2_connect ( 'example.com' , 22 ); ssh2_auth_pubkey_file ( $session , 'username' , '/home/username/ ...
-
https://man.plustar.jp/php/wrappers.ssh2.html
- [similar]