検索

phrase: max: clip:
target: order:
Results of 641 - 650 of about 746 for SERVER (0.050 sec.)
指定したディレクトリの詳細なファイル一覧を返す 2862
« ftp_raw ftp_rename » PHP Manual FTP 関数 指定したディレクトリの詳細なファイル一覧を返す ftp_ra ... <?php // 接続を確立する $ftp = ftp_connect ( $ftp_server ); // ユーザー名とパスワードでログインする $login_ ...
https://man.plustar.jp/php/function.ftp-rawlist.html - [similar]
結果において指定したフィールド名を取得する 2862
« mysql_field_len mysql_field_seek » PHP Manual MySQL 関数 結果において指定したフィールド名を取得 ... ; if (! $link ) { die( 'Could not connect to MySQL server: ' . mysql_error ()); } $dbname = 'mydb' ; $db_sel ...
https://man.plustar.jp/php/function.mysql-field-name.html - [similar]
直近のクエリについての情報を得る 2862
« mysql_get_server_info mysql_insert_id » PHP Manual MySQL 関数 直近のクエリについての情報を得る ...
https://man.plustar.jp/php/function.mysql-info.html - [similar]
Oracle データベースに接続する 2862
« oci_commit oci_define_by_name » PHP Manual OCI8 関数 Oracle データベースに接続する oci_connect ... は、この構文は [//]host_name[:port][/service_name][:server_type][/instance_name] となります。 Oracle 19c では ... e.oracle.com)(PORT = 1521)) // (CONNECT_DATA = // (SERVER = DEDICATED) // (SERVICE_NAME = XE) // ) // ) $con ...
https://man.plustar.jp/php/function.oci-connect.html - [similar]
x509証明書のデジタル署名を公開鍵で検証する 2862
« openssl_x509_read OpenSSLCertificate » PHP Manual OpenSSL 関数 x509証明書のデジタル署名を公開鍵 ... erify_peer" => true , "SNI_enabled" => true , "SNI_server_name" => $hostname , ); $ctx = stream_context_crea ...
https://man.plustar.jp/php/function.openssl-x509-verify.html - [similar]
文字列を処理し、変数に代入する 2862
« ord print » PHP Manual String 関数 文字列を処理し、変数に代入する parse_str (PHP 4, PHP 5, PHP ... 注意 : 現在の QUERY_STRING を取得するには、変数 $_SERVER['QUERY_STRING'] を使用する事ができます。また、 外部 ...
https://man.plustar.jp/php/function.parse-str.html - [similar]
Prepares and executes a query 2862
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... A SQLSRV_SQLTYPE_* constant that specifies the SQL Server data type of the input value. options An array spe ... ror occurred. 例 例1 sqlsrv_query() example <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = ... , "PWD" => "password" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { d ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
Apache サブリクエストを実行する 2862
« getallheaders FastCGI Process Manager(FPM) » PHP Manual Apache 関数 Apache サブリクエストを実行 ... できますが、 $_GET は親スクリプトからコピーされ、 $_SERVER['QUERY_STRING'] は渡されたクエリ文字列に なります。 ...
https://man.plustar.jp/php/function.virtual.html - [similar]
SCM データベースに新しいサービスのエントリを作成する 2862
« win32_continue_service win32_delete_service » PHP Manual win32service 関数 SCM データベースに新 ... とるべき行動を SCM に指示します。 デフォルトは WIN32_SERVER_ERROR_IGNORE です。 この値を変更することは、現時点 ... この設定が使えるのは、Windows Vista および Windows Server 2008 以降のみです。 base_priority プロセッサの使用 ...
https://man.plustar.jp/php/function.win32-create-service.html - [similar]
文字列に unified diff 形式のパッチを適用する 2862
« xdiff_string_patch_binary xdiff_string_rabdiff » PHP Manual xdiff 関数 文字列に unified diff 形 ... le_get_contents ( './old_article.txt' ); $diff = $_SERVER [ 'patch' ]; /* だれかが html フォームからパッチを ...
https://man.plustar.jp/php/function.xdiff-string-patch.html - [similar]