検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 492 for Password (0.032 sec.)
Construct a new Entry 3854
« UI\Controls\Entry UI\Controls\Entry::getText » PHP Manual UI\Controls\Entry Construct a new En ... e given type パラメータ type Entry::Normal, Entry::Password, or Entry::Search 関連キーワード: Entry , Construc ...
https://man.plustar.jp/php/ui-controls-entry.construct.html - [similar]
HTTP(s) URL へのアクセス 3854
« file:// ftp:// » PHP Manual サポートするプロトコル/ラッパー HTTP(s) URL へのアクセス http:// h ... ample.com/file.php?var1=val1&var2=val2 http://user:password@example.com https://example.com https://example.co ... m/file.php?var1=val1&var2=val2 https://user:password@example.com オプション ラッパーの概要 属性 サポート ...
https://man.plustar.jp/php/wrappers.http.html - [similar]
ZipArchive クラス 3814
« 例 ZipArchive::addEmptyDir » PHP Manual Zip ZipArchive クラス ZipArchive クラス (PHP 5 >= 5.2. ... yptionIndex ( int $index , int $method , ? string $password = null ): bool public setEncryptionName ( string $ ... name , int $method , ? string $password = null ): bool public setExternalAttributesIndex ( ... int $timestamp , int $flags = 0 ): bool public setPassword ( string $password ): bool public statIndex ( int ... を使ってエントリの変更時間を設定する ZipArchive::setPassword — アクティブなアーカイブにパスワードを設定する Zip ...
https://man.plustar.jp/php/class.ziparchive.html - [similar]
LOB ファイルから、ユーザーが定義したサイズの内容を取得する 3814
« db2_last_insert_id db2_next_result » PHP Manual IBM DB2 関数 LOB ファイルから、ユーザーが定義し ... メータ */ $db = 'SAMPLE' ; $username = 'db2inst1' ; $password = 'ibmdb2' ; /* 接続リソースの取得 */ $conn = db2_ ... connect ( $db , $username , $password ); if ( $conn ) { $drop = 'DROP TABLE clob_stream' ...
https://man.plustar.jp/php/function.db2-lob-read.html - [similar]
結果の行をオブジェクトとして取得する 3814
« mysql_fetch_lengths mysql_fetch_row » PHP Manual MySQL 関数 結果の行をオブジェクトとして取得す ... の例 <?php mysql_connect ( "hostname" , "user" , "password" ); mysql_select_db ( "mydb" ); $result = mysql_qu ... c $name ; } mysql_connect ( "hostname" , "user" , "password" ); mysql_select_db ( "mydb" ); $result = mysql_qu ...
https://man.plustar.jp/php/function.mysql-fetch-object.html - [similar]
行を配列として返す 3814
« sqlsrv_execute sqlsrv_fetch_object » PHP Manual SQLSRV 関数 行を配列として返す sqlsrv_fetch_ar ... ase" => "dbName" , "UID" => "username" , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connec ... ase" => "dbName" , "UID" => "username" , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connec ...
https://man.plustar.jp/php/function.sqlsrv-fetch-array.html - [similar]
サンプル 3814
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Exa ... 6 - ページの取得と POST データの送信 Example#407 - password の基本的な使用例 Example#408 - リダイレクト後の UR ... e sure the item is stored Example#677 - Using CHAP passwords Example#678 - radius_acct_open の例 Example#679 - ... ample#959 - openssl_x509_verify の例 Example#960 - password の基本的な使用法 Example#961 - password_hash の例 ... Example#962 - password_hash で、コストを手動で設定する例 Example#963 - pa ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
新しく追加された関数 3814
« 新しいクラスとインターフェイス 新しいグローバル定数 » PHP Manual PHP 7.3.x から PHP 7.4.x への ... く追加された関数 PHP コア get_mangled_object_vars() password_algos() sapi_windows_set_ctrl_handler() GD imagecr ...
https://man.plustar.jp/php/migration74.new-functions.html - [similar]
結果ポインタにおける現在のフィールドオフセットを取得する 3814
« mysqli_result::__construct mysqli_result::data_seek » PHP Manual mysqli_result 結果ポインタにお ... ysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェックします */ if ( ... k = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェックします */ if ( ...
https://man.plustar.jp/php/mysqli-result.current-field.html - [similar]
結果ポインタを、指定したフィールドオフセットに設定する 3814
« mysqli_result::$field_count mysqli_result::free » PHP Manual mysqli_result 結果ポインタを、指定 ... ysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェックします */ if ( ... k = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェックします */ if ( ...
https://man.plustar.jp/php/mysqli-result.field-seek.html - [similar]