検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 5314 for (0.034 sec.)
キーを削除する 2028
« gnupg_decryptverify gnupg_encrypt » PHP Manual GnuPG 関数 キーを削除する gnupg_deletekey (PECL ... た場合に true を、失敗した場合に false を返します。 1 手続き型の gnupg_deletekey() の <?php $res = ... , "8660281B6051D071D94B5B230549F9DC851566DC" ); ?> 2 オブジェクト指向の gnupg_deletekey() の <?php $ ...
https://man.plustar.jp/php/function.gnupg-deletekey.html - [similar]
関数が失敗した場合にエラー文字列を返す 2028
« gnupg_getengineinfo gnupg_geterrorinfo » PHP Manual GnuPG 関数 関数が失敗した場合にエラー文字列 ... にエラー文字列、それ以外の場合に false を返します。 1 手続き型の gnupg_geterror() の <?php $res = ... gnupg_init (); echo gnupg_geterror ( $res ); ?> 2 オブジェクト指向の gnupg_geterror() の <?php $g ...
https://man.plustar.jp/php/function.gnupg-geterror.html - [similar]
2021
« 定義済み定数 Bzip2 関数 » PHP Manual Bzip2 このは、テンポラリファイルをオープンし、テス ... 込みます。 この後、このファイルの内容を出力します。 1 簡単な bzip2 の <?php $filename = "/tmp/testfil ... zread ( $bz ); bzclose ( $bz ); ?> 関連キーワード: , Bzip , 定義 , 定数 , 関数 , オープン , テスト , ...
https://man.plustar.jp/php/bzip2.examples.html - [similar]
基本的な例 2021
« DBA 関数 » PHP Manual 基本的な 基本的な 1 DBA の <?php $id = dba_open ( "/tmp/te ... る際にデータベースを 変更できない可能性があります。 2 データベースへのアクセス <?php // データベースをオ ... delete ( $val , $id ); } ?> 関連キーワード: 基本 , , データベース , dba , DBA , アクセス , 関数 , モー ...
https://man.plustar.jp/php/dba.example.html - [similar]
2021
« 定義済み定数 Gmagick » PHP Manual Gmagick 次のは、Gmagick での一般的な画像操作の方法を ... 示すものです。 1 Gmagick の <?php // 新しい Gmagick オブジェクト ... te ( 'example_thumbnail.jpg' ); ?> 関連キーワード: , Gmagick , 定義 , 定数 , 一般 , 画像 , 操作 , 方法 ...
https://man.plustar.jp/php/gmagick.examples.html - [similar]
変更履歴 2021
« 共変性と反変性 名前空間 » PHP Manual クラスとオブジェクト 変更履歴 変更履歴 PHP の OOP モデルの ... をサポートしました。 7.4.0 変更: __toString() から、外をスローすることができるようになりました。 7.4.0 追 ... ド。 5.5.0 追加: ::class マジック定数。 5.5.0 追加: 外処理に finally 。 5.4.0 追加: トレイト が追加されま ... 使ってクラスを参照することができるようになりました (: echo $classname::constant; )。 この変数の値に、キ ... 前のバージョンでは、 __autoload() 関数の中で発生した外を catch ブロックで捕捉することができず、 致命的な ...
https://man.plustar.jp/php/language.oop5.changelog.html - [similar]
Expression のコンストラクタ 2021
« mysql_xdevapi\Expression mysql_xdevapi\Result » PHP Manual mysql_xdevapi\Expression Expression ... ストのみが 記述されています。 パラメータ expression 1 mysql_xdevapi\Expression::__construct() の < ...
https://man.plustar.jp/php/mysql-xdevapi-expression.construct.html - [similar]
スタックトレースを文字列で取得する 2008
« Exception::getTrace Exception::__toString » PHP Manual Exception スタックトレースを文字列で取得 ... inal public Exception::getTraceAsString (): string 外のスタックトレースを文字列で返します。 パラメータ ... この関数にはパラメータはありません。 戻り値 外のスタックトレースを文字列で返します。 1 Exce ... ption::getTraceAsString() の <?php function test () { throw new Exception ; } t ... on $e ) { echo $e -> getTraceAsString (); } ?> 上のの出力は、 たとえば以下のようになります。 #0 /home/b ...
https://man.plustar.jp/php/exception.gettraceasstring.html - [similar]
2008
« 定義済み定数 Mhash 関数 » PHP Manual Mhash 1 MD5 ダイジェストと hmac を計算し、16 進数 ... mac is " . bin2hex ( $hash ) . "<br />\n" ; ?> 上のの出力は以下となります。 The hash is d03cb659cbf9192 ... s 750c783e6ab0b503eaa86e310a5db738 関連キーワード: , Mhash , hmac , 出力 , 定義 , 定数 , 関数 , ダイジ ...
https://man.plustar.jp/php/mhash.examples.html - [similar]
データベース (dbm 形式) 抽象化レイヤ 1995
« 抽象化レイヤー はじめに » PHP Manual 抽象化レイヤー データベース (dbm 形式) 抽象化レイヤ データ ... インストール手順 実行時設定 リソース型 定義済み定数 基本的な DBA 関数 dba_close — DBA データベースを ...
https://man.plustar.jp/php/book.dba.html - [similar]