検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 654 for 変換 (0.014 sec.)
パラメータの値を設定する 3897
« XSLTProcessor::removeParameter XSLTProcessor::setProfiling » PHP Manual XSLTProcessor パラメー ... ace , array $options ): bool XSLTProcessor を使った変換のための 1 つあるいは多くのパラメータの値を設定します ... true を、失敗した場合に false を返します。 例 例1 変換前に所有者を変更する <?php $collections = array( 'Ma ... OMDocument ; $xsl -> load ( 'collection.xsl' ); // 変換の設定を行う $proc = new XSLTProcessor ; $proc -> im ... , string , namespace , removeParameter , public , 変換 ...
https://man.plustar.jp/php/xsltprocessor.setparameter.html - [similar]
画像処理 (GD) 3875
« read_exif_data はじめに » PHP Manual 画像処理および作成 画像処理 (GD) 画像処理 (GD) はじめに イ ... 画像を、オプションのクリッピング領域を使ってアフィン変換した画像を返す imageaffinematrixconcat — 二つのアフィ ...変換行列を連結する imageaffinematrixget — アフィン変換... ttetotruecolor — パレット形式の画像を true color に変換する imagepng — PNG イメージをブラウザまたはファイル ... rtopalette — TrueColor イメージをパレットイメージに変換する imagettfbbox — TypeType フォントを使用したテキス ...
https://man.plustar.jp/php/book.image.html - [similar]
文字列の crc32 多項式計算を行う 3875
« count_chars crypt » PHP Manual String 関数 文字列の crc32 多項式計算を行う crc32 (PHP 4 >= 4.0 ... いは printf() の "%x" フォーマッタを使うか、あるいは変換関数 dechex() を使います。これらはいずれも、 crc32() ... の結果を符号なし整数に変換することも行います。 64 ビット環境でも、戻り値が大き ... と負の整数を返すことが考えられます。 その場合は十六進変換がうまくいかないので、負の整数については オフセット ... 2 チェックサムの表示 この例は printf() 関数を用いた変換後のチェックサムの表示方法を示しています。 <?php $ch ...
https://man.plustar.jp/php/function.crc32.html - [similar]
変数の整数としての値を取得する 3875
« gettype is_array » PHP Manual 変数操作 関数 変数の整数としての値を取得する intval (PHP 4, PHP ... エラーを発して 1 を返します。 パラメータ value 整数に変換するスカラー値 base 変換のための基数 注意 : base が ... 存しますが、ほとんどの場合で 0 を返します。 整数への変換 の一般的なルールが適用されます。 例 例1 intval() の ... が数字または数値形式の文字列であるかを調べる 型の相互変換 BCMath任意精度数学関数 関連キーワード: 変数 , 整数 ... , 取得 , intval , 基数 , 値 , 変換 , パラメータ , 最大 , int ...
https://man.plustar.jp/php/function.intval.html - [similar]
変数の文字列としての値を取得する 3875
« settype unserialize » PHP Manual 変数操作 関数 変数の文字列としての値を取得する strval (PHP 4, ... g value の string としての値を 返します。文字列への変換の詳細については、 string の ドキュメントを参照くださ ... format() を参照ください。 パラメータ value 文字列に変換したい変数。 value には、任意のスカラー型を指定できま ... 字を千の位毎にグループ化してフォーマットする 型の相互変換 __toString() 関連キーワード: 変数 , 取得 , 値 , st ... rval , toString , string , メソッド , 変換 , オブジェクト , 関数 ...
https://man.plustar.jp/php/function.strval.html - [similar]
定義済み定数 3875
« リソース型 IBM DB2 関数 » PHP Manual IBM DB2 定義済み定数 定義済み定数 以下の定数が定義されてい ... す。 DB2_PASSTHRU ( int ) バイナリデータを null 値に変換します。 DB2_SCROLLABLE ( int ) ステートメントのリソ ... 。 DB2_CASE_NATURAL ( int ) カラム名の大文字小文字を変換せずに返します。 DB2_CASE_LOWER ( int ) カラム名を小 ... 文字に変換して返します。 DB2_CASE_UPPER ( int ) カラム名を大文 ... 字に変換して返します。 DB2_DEFERRED_PREPARE_ON ( int ) 指定し ...
https://man.plustar.jp/php/ibm-db2.constants.html - [similar]
Gets a record from a database as an associative array 3846
« dbase_get_header_info dbase_get_record » PHP Manual dBase 関数 Gets a record from a database a ... with this function. 各フィールドは適切な PHP の型に変換されますが、以下に挙げる例外があります。 Date は文字 ... 列のままになります。 DateTime は文字列に変換されます。 PHP_INT_MIN .. PHP_INT_MAX の範囲外の Int ... 前のバージョンでは、boolean ( L ) が 1 あるいは 0 に変換されていました。 On error, dbase_get_record_with_nam ... , array , from , associative , names , resource , 変換 , deleted , named ...
https://man.plustar.jp/php/function.dbase-get-record-with-names.html - [similar]
HTML 数値エンティティを文字にデコードする 3846
« mb_decode_mimeheader mb_detect_encoding » PHP Manual マルチバイト文字列 関数 HTML 数値エンティ ... ng において指定した文字領域にある数値エンティティを変換し、 変換後の文字列を返します。 パラメータ string デ ... コードする文字列。 map map は変換するコード領域を指定する配列です。 encoding encoding ... 。 is_hex このパラメータは使われていません。 戻り値 変換された文字列を返します。 変更履歴 バージョン 説明 8. ... してビット毎の'AND'をとり、 // 数値エンティティに値を変換します。 ?> 例2 map を使って JavaScript の文字列をエ ...
https://man.plustar.jp/php/function.mb-decode-numericentity.html - [similar]
IntlCalendar を DateTime オブジェクトに変換する 3846
« IntlCalendar::setTimeZone IntlGregorianCalendar » PHP Manual IntlCalendar IntlCalendar を Date ... Time オブジェクトに変換する IntlCalendar::toDateTime (PHP 5 >= 5.5.0, PHP 7 ... oDateTime — IntlCalendar を DateTime オブジェクトに変換する 説明 オブジェクト指向型 public IntlCalendar::to ... キーワード: IntlCalendar , DateTime , オブジェクト , 変換 , toDateTime , 依存 , 作成 , timezone , date , 時刻 ...
https://man.plustar.jp/php/intlcalendar.todatetime.html - [similar]
数値を加算する 3825
« gmp_abs gmp_and » PHP Manual GMP 関数 数値を加算する gmp_add (PHP 4 >= 4.0.4, PHP 5, PHP 7, PH ... 足される数。 GMP オブジェクト、整数、あるいは数値に変換可能な数値形式の文字列。 num2 足す数。 GMP オブジェク ... ト、整数、あるいは数値に変換可能な数値形式の文字列。 戻り値 加算の結果を GMP 数で ... 加算 , num , int , string , オブジェクト , 整数 , 変換 , 形式 , 関数 ...
https://man.plustar.jp/php/function.gmp-add.html - [similar]