検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 176 for res (1.173 sec.)
レコードを削除する 5482
« pg_dbname pg_end_copy » PHP Manual PostgreSQL 関数 レコードを削除する pg_delete (PHP 4 >= 4.3. ... 全ての値がエスケープされるからです。 // しかし、PostgreSQL は JSON/Array をサポートしています。これらの型に ... クエリや、プリペアドクエリでも安全ではありません。 $res = pg_delete ( $db , 'post_log' , $_POST , PG_DML_E ... SCAPE ); if ( $res ) { echo "POST data is deleted: $res \n" ; } else ...
https://man.plustar.jp/php/function.pg-delete.html - [similar]
テーブルを更新する 5482
« pg_untrace pg_version » PHP Manual PostgreSQL 関数 テーブルを更新する pg_update (PHP 4 >= 4.3. ... 全ての値がエスケープされるからです。 // しかし、PostgreSQL は JSON/Array をサポートしています。これらの型に ... クエリや、プリペアドクエリでも安全ではありません。 $res = pg_update ( $db , 'post_log' , $_POST , $data ); ... if ( $res ) { echo "データが更新されました: $res \n" ; } els ...
https://man.plustar.jp/php/function.pg-update.html - [similar]
課金あるいは認証のリクエストを作成する 5482
« radius_config radius_cvt_addr » PHP Manual Radius 関数 課金あるいは認証のリクエストを作成する ... のリクエストを作成する 説明 radius_create_request ( resource $radius_handle , int $type ): bool Radius リク ... equest() の例 <?php if (! radius_create_request ( $res , RADIUS_ACCESS_REQUEST )) { echo 'RadiusError:' . ... radius_strerror ( $res ). "\n<br />" ; exit; } ?> 参考 radius_send_reques ...
https://man.plustar.jp/php/function.radius-create-request.html - [similar]
生データを IP アドレスに変換する 5482
« radius_create_request radius_cvt_int » PHP Manual Radius 関数 生データを IP アドレスに変換する ... ます。 例 例1 radius_cvt_addr() の例 <?php while ( $resa = radius_get_attr ( $res )) { if (! is_array ( $r ... ( "属性取得時のエラー: %s\n" , radius_strerror ( $res )); exit; } $attr = $resa [ 'attr' ]; $data = $res ... ta' ]; switch ( $attr ) { case RADIUS_FRAMED_IP_ADDRESS : $ip = radius_cvt_addr ( $data ); echo "IP: $ip ...
https://man.plustar.jp/php/function.radius-cvt-addr.html - [similar]
直近の操作から生じた警告の数を取得する 5482
« Result::getWarnings mysql_xdevapi\RowResult » PHP Manual mysql_xdevapi\Result 直近の操作から生 ... じた警告の数を取得する Result::getWarningsCount (No version information avail ... able, might only be in Git) Result::getWarningsCount — 直近の操作から生じた警告の数 ... を取得する 説明 public mysql_xdevapi\Result::getWarningsCount (): int 直近の操作から生じた警 ... ら生じた警告の数を返します。 例 例1 mysql_xdevapi\RowResult::getWarningsCount() の例 <?php $session = mysql ...
https://man.plustar.jp/php/mysql-xdevapi-result.getwarningscount.html - [similar]
直近の操作から生じた警告の数を取得する 5482
« RowResult::getWarnings mysql_xdevapi\Schema » PHP Manual mysql_xdevapi\RowResult 直近の操作から ... 生じた警告の数を取得する RowResult::getWarningsCount (No version information avail ... able, might only be in Git) RowResult::getWarningsCount — 直近の操作から生じた警告の数 ... を取得する 説明 public mysql_xdevapi\RowResult::getWarningsCount (): int 直近の RowResult への ... ら生じた警告の数を返します。 例 例1 mysql_xdevapi\RowResult::getWarningsCount() の例 <?php $session = mysql ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getwarningscount.html - [similar]
インデックスで定義されたエントリの圧縮方法を設定する 5482
« ZipArchive::setCommentName ZipArchive::setCompressionName » PHP Manual ZipArchive インデックス ... れたエントリの圧縮方法を設定する ZipArchive::setCompressionIndex (PHP 7, PHP 8, PECL zip >= 1.13.0) ZipArc ... hive::setCompressionIndex — インデックスで定義されたエントリの圧縮方 ... 法を設定する 説明 public ZipArchive::setCompressionIndex ( int $index , int $method , int $compfla ... でファイルを追加する <?php $zip = new ZipArchive ; $res = $zip -> open ( 'test.zip' , ZipArchive :: CREATE ...
https://man.plustar.jp/php/ziparchive.setcompressionindex.html - [similar]
Read data from a GLO instance and save it in a file 5415
« CUBRID 廃止されたエイリアスと関数 cubrid_new_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 ... and save it in a file 説明 cubrid_load_from_glo ( resource $conn_identifier , string $oid , string $file ... id_fetch ( $req ); cubrid_close_request ( $req ); $res = cubrid_load_from_glo ( $con , $oid , "output.jpg ... " ); if ( $res ) { echo "image changed successfully" ; } } ?> 注意 ...
https://man.plustar.jp/php/function.cubrid-load-from-glo.html - [similar]
Save requested file in a GLO instance 5415
« cubrid_new_glo cubrid_send_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Save requested f ... d file in a GLO instance 説明 cubrid_save_to_glo ( resource $conn_identifier , string $oid , string $file ... id_fetch ( $req ); cubrid_close_request ( $req ); $res = cubrid_save_to_glo ( $con , $oid , "input.jpg" ) ... ; if ( $res ) { echo "image changed successfully" ; } } ?> 注意 ...
https://man.plustar.jp/php/function.cubrid-save-to-glo.html - [similar]
レコードを返す 5415
« yaz_range yaz_scan_result » PHP Manual YAZ 関数 レコードを返す yaz_record (PHP 4 >= 4.0.1, PEC ... 9.0) yaz_record — レコードを返す 説明 yaz_record ( resource $id , int $pos , string $type ): string yaz_r ... slt_create (); $parms = array( '/_xml' => $rec ); $res = xslt_process ( $processor , 'arg:/_xml' , $xslfi ... le , NULL , $parms ); xslt_free ( $processor ); $res = preg_replace ( "'</?html[^>]*>'" , '' , $res ); ... echo $res ; ?> 関連キーワード: レコード , GRS , 変換 , yaz , ...
https://man.plustar.jp/php/function.yaz-record.html - [similar]