検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 492 for Password (0.046 sec.)
PHP 変数を SQL 文のパラメータにバインドする 3646
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバイン ... < ?' ; $conn = db2_connect ( $database , $user , $password ); $stmt = db2_prepare ( $conn , $sql ); // db2_bi ... , ?)' ; $conn = db2_connect ( $database , $user , $password ); $stmt = db2_prepare ( $conn , $sql ); $name = " ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
SQL 文を直接実行する 3646
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... 。 <?php $conn = db2_connect ( $database , $user , $password ); // テストテーブルを作成します $create = 'CREATE ... 。 <?php $conn = db2_connect ( $database , $user , $password ); $sql = "SELECT name FROM animals WHERE weight < ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
リモート FTP サーバーのシステム型 ID を返す 3646
« ftp_ssl_connect FTP\Connection » PHP Manual FTP 関数 リモート FTP サーバーのシステム型 ID を返 ... 'ftp.example.com' ); ftp_login ( $ftp , 'user' , 'password' ); // システム型を取得する if ( $type = ftp_systy ...
https://man.plustar.jp/php/function.ftp-systype.html - [similar]
InterBase データベースからオブジェクトを得る 3646
« ibase_fetch_assoc ibase_fetch_row » PHP Manual Firebird/InterBase 関数 InterBase データベースか ... <?php $dbh = ibase_connect ( $host , $username , $password ); $stmt = 'SELECT * FROM tblname' ; $sth = ibase_ ...
https://man.plustar.jp/php/function.ibase-fetch-object.html - [similar]
IMAP キャッシュをクリアする 3646
« imap_fetchtext imap_get_quota » PHP Manual IMAP 関数 IMAP キャッシュをクリアする imap_gc (PHP ... ap_open ( "{imap.example.org:143}" , "username" , "password" ); imap_gc ( $mbox , IMAP_GC_ELT ); ?> 関連キーワ ...
https://man.plustar.jp/php/function.imap-gc.html - [similar]
IMAP ストリームがアクティブかどうかを調べる 3646
« imap_open imap_qprint » PHP Manual IMAP 関数 IMAP ストリームがアクティブかどうかを調べる imap_ ... imap_open ( "{imap.example.org}" , "mailadmin" , "password" ); // しばらく休んだ後 if (! imap_ping ( $imap )) ...
https://man.plustar.jp/php/function.imap-ping.html - [similar]
LDAP ディレクトリにバインドする 3646
« ldap_add ldap_bind » PHP Manual LDAP 関数 LDAP ディレクトリにバインドする ldap_bind_ext (PHP 7 ... Connection $ldap , ? string $dn = null , ? string $password = null , ? array $controls = null ): LDAP\Result | ...
https://man.plustar.jp/php/function.ldap-bind-ext.html - [similar]
文字列の sha1 ハッシュを計算する 3646
« sha1_file similar_text » PHP Manual String 関数 文字列の sha1 ハッシュを計算する sha1 (PHP 4 > ... 生成する crypt() - 文字列の一方向のハッシュ化を行う password_hash() - パスワードハッシュを作る 関連キーワード: ...
https://man.plustar.jp/php/function.sha1.html - [similar]
Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or s... 3646
« sqlsrv_fetch sqlsrv_free_stmt » PHP Manual SQLSRV 関数 Retrieves metadata for the fields of a ... "AdventureWorks" , "UID" => "username" , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connec ...
https://man.plustar.jp/php/function.sqlsrv-field-metadata.html - [similar]
Frees all resources for the specified statement 3646
« sqlsrv_field_metadata sqlsrv_get_config » PHP Manual SQLSRV 関数 Frees all resources for the s ... ase" => "dbName" , "UID" => "username" , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connec ...
https://man.plustar.jp/php/function.sqlsrv-free-stmt.html - [similar]