Results of 1 - 10 of about 17 for pk (0.007 sec.)
- 外部キーのリストを取得する 12828
- « odbc_field_type odbc_free_result » PHP Manual ODBC 関数 外部キーのリストを取得する odbc_foreig
...
説明 odbc_foreignkeys ( resource $odbc , ? string $pk_catalog , string $pk_schema , string $pk_table , s ...
BC 接続 ID。詳細は odbc_connect() を参照ください。 pk_catalog 主キーテーブルのカタログ (ODBC 2 の用語では ...
'修飾子') pk_schema 主キーテーブルのスキーマ(ODBC 2 の用語では ...
'所有者') pk_table 主キーのテーブル。 fk_catalog 外部キーテーブ ...
-
https://man.plustar.jp/php/function.odbc-foreignkeys.html
- [similar]
- 指定したスキーマ情報を取得する 11276
- « PDO_CUBRID DSN MS SQL Server (PDO) » PHP Manual CUBRID (PDO) 指定したスキーマ情報を取得する PD
...
_EXPORTED_KEYS / PDO::CUBRID_SCH_CROSS_REFERENCE 1 PKTABLE_NAME 2 PKCOLUMN_NAME 3 FKTABLE_NAME base:1 4 ...
cade 1:restrict 2:no action 3:set null 8 FK_NAME 9 PK_NAME パラメータ schema_type 知りたいスキーマの型。 ...
テーブルの主キーと外部キーを取得する例です。 <?php $pk_list = $dbh -> cubrid_schema ( PDO :: CUBRID_SCH_P ...
RIMARY_KEY , "game" ); print_r ( $pk_list ); $fk_list = $dbh -> cubrid_schema ( PDO :: ...
-
https://man.plustar.jp/php/pdo.cubrid-schema.html
- [similar]
- Get the requested schema information 11069
- « cubrid_rollback cubrid_seq_drop » PHP Manual CUBRID 関数 Get the requested schema information
...
D_SCH_EXPORTED_KEYS / CUBRID_SCH_CROSS_REFERENCE 1 PKTABLE_NAME 2 PKCOLUMN_NAME 3 FKTABLE_NAME base:1 4 ...
cade 1:restrict 2:no action 3:set null 8 FK_NAME 9 PK_NAME パラメータ conn_identifier Connection identif ...
, "dba" ); printf ( "\n--- Primary Key ---\n" ); $pk = cubrid_schema ( $conn , CUBRID_SCH_PRIMARY_KEY , ...
"game" ); var_dump ( $pk ); printf ( "\n--- Foreign Keys ---\n" ); $fk = cu ...
-
https://man.plustar.jp/php/function.cubrid-schema.html
- [similar]
- Ed25519 公開鍵を、Curve25519 公開鍵に変換する 10431
- « sodium_crypto_sign_detached sodium_crypto_sign_ed25519_sk_to_curve25519 » PHP Manual Sodium 関
...
e25519 公開鍵に変換する sodium_crypto_sign_ed25519_pk_to_curve25519 (PHP 7 >= 7.2.0, PHP 8) sodium_crypt ...
o_sign_ed25519_pk_to_curve25519 — Ed25519 公開鍵を、Curve25519 公開鍵 ...
に変換する 説明 sodium_crypto_sign_ed25519_pk_to_curve25519 ( string $public_key ): string 指定さ ...
ワード: 公開 , 変換 , crypto , 鍵 , sodium , 関数 , pk , key , 適合 , 形式 ...
-
https://man.plustar.jp/php/function.sodium-crypto-sign-ed25519-pk-to-curve25519....
- [similar]
- The EventSslContext class 8948
- « EventListener::setErrorCallback EventSslContext::__construct » PHP Manual Event The EventSslCo
...
const int OPT_LOCAL_CERT = 1 ; const int OPT_LOCAL_PK = 2 ; const int OPT_PASSPHRASE = 3 ; const int OPT ...
public string $ local_cert ; public string $ local_pk ; /* メソッド */ public __construct ( string $meth ...
ly contain the certificate chain of issuers. local_pk Path to local private key file 定義済み定数 EventS ...
h of local certificate. EventSslContext::OPT_LOCAL_PK Key for an item of the options' array used in Even ...
-
https://man.plustar.jp/php/class.eventsslcontext.html
- [similar]
- 例 8948
- « リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback
...
); } $local_cert = __DIR__ . "/cert.pem" ; $local_pk = __DIR__ . "/privkey.pem" ; if (! file_exists ( $ ...
local_cert ) || ! file_exists ( $local_pk )) { echo "Couldn't read $local_cert or $local_pk ...
ertificate, run:\n" , " openssl genrsa -out $local_pk 2048\n" , " openssl req -new -key $local_pk -out c ...
l x509 -req -days 365 -in cert.req -signkey $local_pk -out $local_cert \n" ; return FALSE ; } $ctx = new ...
-
https://man.plustar.jp/php/event.examples.html
- [similar]
- テーブルの主キーを取得する 8742
- « odbc_prepare odbc_procedurecolumns » PHP Manual ODBC 関数 テーブルの主キーを取得する odbc_prim
...
BLE_CAT TABLE_SCHEM TABLE_NAME COLUMN_NAME KEY_SEQ PK_NAME ドライバは追加のカラムを返すことが出来ます。 ...
_NAME] => TEST [COLUMN_NAME] => id [KEY_SEQ] => 1 [PK_NAME] => PK__TEST__3213E83FE141F843 ) 参考 odbc_ta ...
-
https://man.plustar.jp/php/function.odbc-primarykeys.html
- [similar]
- Constructs an OpenSSL context for use with Event classes 8535
- « EventSslContext EventUtil » PHP Manual EventSslContext Constructs an OpenSSL context for use w
...
CERT => $local_cert , EventSslContext :: OPT_LOCAL_PK => $local_pk , EventSslContext :: OPT_PASSPHRASE = ...
-
https://man.plustar.jp/php/eventsslcontext.construct.html
- [similar]
- メッセージに署名する 7621
- « sodium_crypto_shorthash sodium_crypto_sign_ed25519_pk_to_curve25519 » PHP Manual Sodium 関数 メ
...
-
https://man.plustar.jp/php/function.sodium-crypto-sign-detached.html
- [similar]
- Ed25519 秘密鍵を、Curve25519 秘密鍵に変換する 7621
- « sodium_crypto_sign_ed25519_pk_to_curve25519 sodium_crypto_sign_keypair_from_secretkey_and_publ
...
-
https://man.plustar.jp/php/function.sodium-crypto-sign-ed25519-sk-to-curve25519....
- [similar]