検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 101 for pass (0.019 sec.)
文字セット 5798
« バッファクエリと非バッファクエリ MySQLi » PHP Manual コンセプト 文字セット 文字セット 適切な文 ... ysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); // これは $mysqli->real_escape_s ... ysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); echo 'Initial character set: ' . ... st;dbname=world;charset=utf8mb4" , 'my_user' , 'my_pass' ); ?> 関連キーワード: 文字 , セット , 設定 , mysq ...
https://man.plustar.jp/php/mysqlinfo.concepts.charset.html - [similar]
テスト 5798
« インストール手順 実行時設定 » PHP Manual インストール/設定 テスト テスト OCI8 のテストスイート ... ストを実行する前に、 details.inc を編集して $user、$password と接続文字列 $dbase を編集します。 OCI8 のテス ... t PHP_OCI8_TEST_USER=system $ export PHP_OCI8_TEST_PASS=oracle $ export PHP_OCI8_TEST_DB=localhost/XE $ ex ...
https://man.plustar.jp/php/oci8.test.html - [similar]
新しいラージオブジェクトを作成する 5798
« PDO::pgsqlGetPid PDO::pgsqlLOBOpen » PHP Manual PostgreSQL (PDO) 新しいラージオブジェクトを作成 ... DO ( 'pgsql:dbname=test host=localhost' , $user , $pass ); $db -> setAttribute ( PDO :: ATTR_ERRMODE , PDO ...
https://man.plustar.jp/php/pdo.pgsqllobcreate.html - [similar]
指定したデータソースに保存されたテーブルの名前のリストを取得する 5655
« odbc_tableprivileges PDO » PHP Manual ODBC 関数 指定したデータソースに保存されたテーブルの名前 ... 示する <?php $conn = odbc_connect ( $dsn , $user , $pass ); $tables = odbc_tables ( $conn , 'SalesOrders' , ...
https://man.plustar.jp/php/function.odbc-tables.html - [similar]
php.ini ディレクティブのリスト 5655
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini デ ... ibase.default_user NULL PHP_INI_ALL ibase.default_password NULL PHP_INI_ALL ibase.default_charset NULL PH ... detect_order NULL PHP_INI_ALL mbstring.http_input "pass" PHP_INI_ALL 非推奨になりました。 mbstring.http_ou ... tput "pass" PHP_INI_ALL 非推奨になりました。 mbstring.interna ... mysql.default_user NULL PHP_INI_ALL mysql.default_password NULL PHP_INI_ALL mysql.connect_timeout "60" PH ...
https://man.plustar.jp/php/ini.list.html - [similar]
暗号化フィルタ 5526
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... HMAC で暗号化する <?php AES_CBC :: encryptFile ( $password , "plaintext.txt" , "encrypted.enc" ); AES_CBC ... :: decryptFile ( $password , "encrypted.enc" , "decrypted.txt" ); class A ... ault AES-128 public static function encryptFile ( $password , $input_stream , $aes_filename ){ $iv_size = ... _DEV_URANDOM )); $ekey = hash_pbkdf2 ( "sha256" , $password , $esalt , $it = 1000 , self :: key_size (), $ ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
Nginx 1.4.x (Unix システム用) 5526
« Apache 2.x (Unixシステム用) Lighttpd 1.4 (Unix システム用) » PHP Manual Unix システムへのインス ... ation ~* \.php$ { fastcgi_index index.php; fastcgi_pass 127.0.0.1:9000; include fastcgi_params; fastcgi_pa ...
https://man.plustar.jp/php/install.unix.nginx.html - [similar]
mysqlndプラグインの開発をはじめよう 5526
« mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの ... const char *host, const char * user, const char * passwd, unsigned int passwd_len, const char * db, unsig ... ent */ ret = org_methods.connect(conn, host, user, passwd, passwd_len, db, db_len, port, socket, mysql_fla ... "Mysqlnd Connection", le_mysqlnd_plugin_conn); if (PASS == org_methods.connect(conn, host, /* simplified! ...
https://man.plustar.jp/php/mysqlnd.plugin.developing.html - [similar]
定義済み定数 5383
« ストリームのクラス ストリームフィルタ » PHP Manual ストリーム 定義済み定数 定義済み定数 以下の ... です: STREAM_FILTER_READ | STREAM_FILTER_WRITE PSFS_PASS_ON 返値 : ユーザー空間のフィルタが バケットを $out ...
https://man.plustar.jp/php/stream.constants.html - [similar]
Create new MongoDB Manager 5253
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... A » mongodb:// connection URI: mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:port ... This is particularly relevant to the username and password, which can often include special characters su ... :SMALLEST_MAX_STALENESS_SECONDS (i.e. 90 seconds). password string The password for the user being authent ... icated. This option is useful if the password contains special characters, which would other ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT