検索

phrase: max: clip:
target: order:
Results of 461 - 470 of about 710 for user (0.074 sec.)
PHP 変数を SQL 文のパラメータにバインドする 3173
« db2_autocommit db2_client_info » PHP Manual IBM DB2 関数 PHP 変数を SQL 文のパラメータにバイン ... D weight < ?' ; $conn = db2_connect ( $database , $user , $password ); $stmt = db2_prepare ( $conn , $sql ... mal(?, ?, ?)' ; $conn = db2_connect ( $database , $user , $password ); $stmt = db2_prepare ( $conn , $sql ...
https://man.plustar.jp/php/function.db2-bind-param.html - [similar]
SQL 文を直接実行する 3173
« db2_escape_string db2_execute » PHP Manual IBM DB2 関数 SQL 文を直接実行する db2_exec (PECL ib ... 行します。 <?php $conn = db2_connect ( $database , $user , $password ); // テストテーブルを作成します $crea ... 明します。 <?php $conn = db2_connect ( $database , $user , $password ); $sql = "SELECT name FROM animals WH ...
https://man.plustar.jp/php/function.db2-exec.html - [similar]
Trains on an entire dataset for a period of time 3173
« fann_train_epoch fann_train_on_file » PHP Manual Fann 関数 Trains on an entire dataset for a p ... ng a callback function. A value of zero means that user function is not called. desired_error The desired ...
https://man.plustar.jp/php/function.fann-train-on-data.html - [similar]
FTP サーバーに任意のコマンドを送信する 3173
« ftp_quit ftp_rawlist » PHP Manual FTP 関数 FTP サーバーに任意のコマンドを送信する ftp_raw (PHP ... ret"); を実行するのと同じ意味 */ ftp_raw ( $ftp , "USER joeblow" ); ftp_raw ( $ftp , "PASS secret" ); ?> 参 ...
https://man.plustar.jp/php/function.ftp-raw.html - [similar]
リモート FTP サーバーのシステム型 ID を返す 3173
« ftp_ssl_connect FTP\Connection » PHP Manual FTP 関数 リモート FTP サーバーのシステム型 ID を返 ... connect ( 'ftp.example.com' ); ftp_login ( $ftp , 'user' , 'password' ); // システム型を取得する if ( $typ ...
https://man.plustar.jp/php/function.ftp-systype.html - [similar]
最終更新時刻を取得する 3173
« getenv getmygid » PHP Manual PHP オプション/情報 関数 最終更新時刻を取得する getlastmod (PHP 4 ... - PHP スクリプトの所有者の GID を得る get_current_user() - 現在の PHP スクリプトの所有者の名前を取得する ...
https://man.plustar.jp/php/function.getlastmod.html - [similar]
システムの高精度な時刻を取得する 3173
« highlight_string ignore_user_abort » PHP Manual その他の関数 システムの高精度な時刻を取得する ...
https://man.plustar.jp/php/function.hrtime.html - [similar]
与えられたメールボックスの ACL を取得する 3173
« imap_get_quotaroot imap_getmailboxes » PHP Manual IMAP 関数 与えられたメールボックスの ACL を取 ... tacl() の例 <?php print_r ( imap_getacl ( $imap , 'user.joecool' )); ?> 上の例の出力は、 たとえば以下のよう ...
https://man.plustar.jp/php/function.imap-getacl.html - [similar]
LDAP フィルタまたは DN で使われる文字列をエスケープする 3173
« ldap_error ldap_exop_passwd » PHP Manual LDAP 関数 LDAP フィルタまたは DN で使われる文字列をエ ... erver // $mail is an email address provided by the user in a form $base = "o=My Company, c=US" ; $filter = ...
https://man.plustar.jp/php/function.ldap-escape.html - [similar]
次のlibxmlドキュメントの読込/書きこみのためにストリームコンテキストを設定する 3173
« libxml_set_external_entity_loader libxml_use_internal_errors » PHP Manual libxml 関数 次のlibx ... text() の例 <?php $opts = array( 'http' => array( 'user_agent' => 'PHP libxml agent' , ) ); $context = str ...
https://man.plustar.jp/php/function.libxml-set-streams-context.html - [similar]