検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 61 for successful (0.013 sec.)
Get BLOB/CLOB data 6841
« cubrid_lob_export cubrid_lob_send » PHP Manual CUBRID 関数 Get BLOB/CLOB data cubrid_lob_get ( ... Return an array of LOB resources, when process is successful,失敗した場合に false を返します. 例 例1 cubrid_lob ...
https://man.plustar.jp/php/function.cubrid-lob-get.html - [similar]
Create a glo instance 6841
« cubrid_load_from_glo cubrid_save_to_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Create ... 戻り値 Oid of the instance created, when process is successful. false , when process is unsuccessful. 例 例1 cubr ... ues( $oid )" ); if ( $req ) { echo "image inserted successfully" ; cubrid_close_request ( $req ); cubrid_commit ...
https://man.plustar.jp/php/function.cubrid-new-glo.html - [similar]
Get the number of rows in the result set 6841
« cubrid_num_cols cubrid_pconnect_with_url » PHP Manual CUBRID 関数 Get the number of rows in th ... d_prepare() 戻り値 Number of rows, when process is successful. 0 when the query was done in async mode. -1, if S ... L statement is not SELECT. false when process is unsuccessful. 例 例1 cubrid_num_rows() example <?php $conn = cu ...
https://man.plustar.jp/php/function.cubrid-num-rows.html - [similar]
Save requested file in a GLO instance 6841
« cubrid_new_glo cubrid_send_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Save requested f ... at you want to save. 戻り値 true , when process is successful. false , when process is unsuccessful. 例 例1 cubr ... , "input.jpg" ); if ( $res ) { echo "image changed successfully" ; } } ?> 注意 注意 : 下位互換のために、次の非推 ...
https://man.plustar.jp/php/function.cubrid-save-to-glo.html - [similar]
FTP サーバー上のファイルを削除する 6841
« ftp_connect ftp_exec » PHP Manual FTP 関数 FTP サーバー上のファイルを削除する ftp_delete (PHP ... tp_delete ( $ftp , $file )) { echo " $file deleted successful\n" ; } else { echo "could not delete $file \n" ; } ...
https://man.plustar.jp/php/function.ftp-delete.html - [similar]
接続をリセット(再接続)する 6841
« pg_connection_busy pg_connection_status » PHP Manual PostgreSQL 関数 接続をリセット(再接続)する ... n_reset ( $dbconn ); if ( $dbconn2 ) { echo "reset successful\n" ; } else { echo "reset failed\n" ; } ?> 参考 pg ...
https://man.plustar.jp/php/function.pg-connection-reset.html - [similar]
ホスト公開鍵を使用して認証を行う 6841
« ssh2_auth_agent ssh2_auth_none » PHP Manual SSH2 関数 ホスト公開鍵を使用して認証を行う ssh2_au ... me' )) { echo "Public Key Hostbased Authentication Successful\n" ; } else { die( 'Public Key Hostbased Authentic ...
https://man.plustar.jp/php/function.ssh2-auth-hostbased-file.html - [similar]
Return the number of rows affected by the last SQL statement 6711
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... ows affected by the SQL statement, when process is successful. -1, when SQL statement is not INSERT, DELETE or U ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]
Get contents of collection type column using OID 6711
« cubrid_close_request cubrid_col_size » PHP Manual CUBRID 関数 Get contents of collection type ... aining the elements you requested, when process is successful; false (to distinguish the error from the situatio ... by using cubrid_error_code() ), when process is unsuccessful. 例 例1 cubrid_col_get() example <?php $conn = cub ...
https://man.plustar.jp/php/function.cubrid-col-get.html - [similar]
Get the number of elements in collection type column using OID 6711
« cubrid_col_get cubrid_column_names » PHP Manual CUBRID 関数 Get the number of elements in coll ... k with. 戻り値 Number of elements, when process is successful,失敗した場合に false を返します. 変更履歴 バージョ ... 説明 8.3.1 Change return value: when process is unsuccessful, return false, not -1. 例 例1 cubrid_col_size() ex ...
https://man.plustar.jp/php/function.cubrid-col-size.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT