検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 615 for connection (0.033 sec.)
シンボリックリンクの情報を取得する 3447
« ssh2_sftp_chmod ssh2_sftp_mkdir » PHP Manual SSH2 関数 シンボリックリンクの情報を取得する ssh2 ... SFTP 経由でのシンボリックリンクの情報の取得 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_ ... auth_password ( $connection , 'username' , 'password' ); $sftp = ssh2_sftp ( $ ...
https://man.plustar.jp/php/function.ssh2-sftp-lstat.html - [similar]
ディレクトリを作成する 3447
« ssh2_sftp_lstat ssh2_sftp_readlink » PHP Manual SSH2 関数 ディレクトリを作成する ssh2_sftp_mkd ... 例1 リモートサーバー上へのディレクトリの作成 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_ ... auth_password ( $connection , 'username' , 'password' ); $sftp = ssh2_sftp ( $ ...
https://man.plustar.jp/php/function.ssh2-sftp-mkdir.html - [similar]
Escape special characters in a string for use in an SQL statement 3425
« cubrid_query cubrid_result » PHP Manual CUBRID MySQL 互換関数 Escape special characters in a s ... that is to be escaped. conn_identifier The CUBRID connection. If the connection identifier is not specified, th ... e last connection opened by cubrid_connect() is assumed. 戻り値 Esca ...
https://man.plustar.jp/php/function.cubrid-real-escape-string.html - [similar]
Sets the CUBRID database parameters 3425
« cubrid_set_autocommit cubrid_set_drop » PHP Manual CUBRID 関数 Sets the CUBRID database parame ... tocommit() . パラメータ conn_identifier The CUBRID connection. If the connection identifier is not specified, th ... brid_set_autocommit() - Set autocommit mode of the connection 関連キーワード: CUBRID , cubrid , database , param ...
https://man.plustar.jp/php/function.cubrid-set-db-parameter.html - [similar]
購読中の全メールボックスの一覧を取得する 3425
« imap_getmailboxes imap_header » PHP Manual IMAP 関数 購読中の全メールボックスの一覧を取得する ... クスの一覧を取得する 説明 imap_getsubscribed ( IMAP\Connection $imap , string $reference , string $pattern ): arr ... みを返すという点が異なります。 パラメータ imap IMAP\Connection クラスのインスタンス。 reference reference は、通常 ... 変更履歴 バージョン 説明 8.1.0 引数 imap は、 IMAP\Connection クラスのインスタンスを期待するようになりました。 こ ... 読 , 取得 , 一覧 , pattern , 情報 , getsubscribed , Connection , UW , reference ...
https://man.plustar.jp/php/function.imap-getsubscribed.html - [similar]
拡張されたオペレーションを実行する 3425
« ldap_exop_whoami ldap_explode_dn » PHP Manual LDAP 関数 拡張されたオペレーションを実行する lda ... されたオペレーションを実行する 説明 ldap_exop ( LDAP\Connection $ldap , string $reqoid , string $reqdata = null , ... します。 パラメータ ldap ldap_connect() が返す LDAP\Connection クラスのインスタンス。 reqoid 拡張オペレーションリ ... 変更履歴 バージョン 説明 8.1.0 引数 ldap は、 LDAP\Connection クラスのインスタンスを期待するようになりました。 こ ... xop , 実行 , OID , retdata , string , リクエスト , Connection , reqoid ...
https://man.plustar.jp/php/function.ldap-exop.html - [similar]
結果における次の属性を得る 3425
« ldap_modify ldap_next_entry » PHP Manual LDAP 関数 結果における次の属性を得る ldap_next_attrib ... おける次の属性を得る 説明 ldap_next_attribute ( LDAP\Connection $ldap , LDAP\ResultEntry $entry ): string | false ... します。 パラメータ ldap ldap_connect() が返す LDAP\Connection クラスのインスタンス。 entry LDAP\ResultEntry クラ ... 変更履歴 バージョン 説明 8.1.0 引数 ldap は、 LDAP\Connection クラスのインスタンスを期待するようになりました。 こ ...
https://man.plustar.jp/php/function.ldap-next-attribute.html - [similar]
次のリファレンスを得る 3425
« ldap_next_entry ldap_parse_exop » PHP Manual LDAP 関数 次のリファレンスを得る ldap_next_refere ... のリファレンスを得る 説明 ldap_next_reference ( LDAP\Connection $ldap , LDAP\ResultEntry $entry ): LDAP\ResultEntr ... , reference , entry , 関数 , ResultEntry , exop , Connection , 警告 ...
https://man.plustar.jp/php/function.ldap-next-reference.html - [similar]
Rolls back a transaction that was begun with sqlsrv_begin_transaction 3425
« sqlsrv_query sqlsrv_rows_affected » PHP Manual SQLSRV 関数 Rolls back a transaction that was b ... un with sqlsrv_begin_transaction() and returns the connection to auto-commit mode. パラメータ conn The connectio ... ) . <?php $serverName = "serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "us ... ssword" ); $conn = sqlsrv_connect ( $serverName , $connectionInfo ); if( $conn === false ) { die( print_r ( sqls ... srv , rollback , begun , commit , back , example , connection , resource , conn , No ...
https://man.plustar.jp/php/function.sqlsrv-rollback.html - [similar]
リモートファイルシステム上のファイルの情報を取得する 3425
« ssh2_sftp_rmdir ssh2_sftp_symlink » PHP Manual SSH2 関数 リモートファイルシステム上のファイルの ... い。 例 例1 SFTP 経由でのファイルの情報の取得 <?php $connection = ssh2_connect ( 'shell.example.com' , 22 ); ssh2_ ... auth_password ( $connection , 'username' , 'password' ); $sftp = ssh2_sftp ( $ ...
https://man.plustar.jp/php/function.ssh2-sftp-stat.html - [similar]