検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 654 for 変換 (0.013 sec.)
GD および Image 関数 3774
« imagecopymerge による半透明なすかしの作成 gd_info » PHP Manual GD GD および Image 関数 GD およ ... 画像を、オプションのクリッピング領域を使ってアフィン変換した画像を返す imageaffinematrixconcat — 二つのアフィ ...変換行列を連結する imageaffinematrixget — アフィン変換... ttetotruecolor — パレット形式の画像を true color に変換する imagepng — PNG イメージをブラウザまたはファイル ... rtopalette — TrueColor イメージをパレットイメージに変換する imagettfbbox — TypeType フォントを使用したテキス ...
https://man.plustar.jp/php/ref.image.html - [similar]
国際化関数 3745
« ob_iconv_handler はじめに » PHP Manual 自然言語および文字エンコーディング 国際化関数 国際化関数 ... oDateTime — IntlCalendar を DateTime オブジェクトに変換する IntlGregorianCalendar — IntlGregorianCalendar ク ... eZone::toDateTimeZone — DateTimeZone オブジェクトに変換する IntlTimeZone::useDaylightTime — このタイムゾーン ... onvert — ある文字セットから別の文字セットに文字列を変換する UConverter::fromUCallback — デフォルトの "from" ... ー名を取得する UConverter::getDestinationEncoding — 変換先エンコーディングを取得する UConverter::getDestinat ...
https://man.plustar.jp/php/book.intl.html - [similar]
変換フィルタ 3745
« 文字列フィルタ 圧縮フィルタ » PHP Manual 利用できるフィルタのリスト 変換フィルタ 変換フィルタ ... nvert.base64-encode と convert.base64-decode による変換 これらのフィルタは、すべてのストリームデータに対し ... a test. */ ?> 関連キーワード: フィルタ , convert , 変換 , able , quoted , decode , iconv , パラメータ , 関 ...
https://man.plustar.jp/php/filters.convert.html - [similar]
文字列をより小さな部分に分割する 3745
« chr convert_cyr_string » PHP Manual String 関数 文字列をより小さな部分に分割する chunk_split ( ... 64_encode() の出力を RFC 2045の規約に基づいた出力に変換するといった用途に適しています。 この関数は、 length ... de ( $data )); ?> 参考 str_split() - 文字列を配列に変換する explode() - 文字列を文字列により分割する wordwr ... split , chunk , length , separator , 関数 , 出力 , 変換 ...
https://man.plustar.jp/php/function.chunk-split.html - [similar]
正確な除算 3745
« gmp_div gmp_export » PHP Manual GMP 関数 正確な除算 gmp_divexact (PHP 4 >= 4.0.4, PHP 5, PHP 7 ... 割られる数。 GMP オブジェクト、整数、あるいは数値に変換可能な数値形式の文字列。 num2 a を割る数。 GMP オブジ ... ェクト、整数、あるいは数値に変換可能な数値形式の文字列。 戻り値 GMP オブジェクトを返 ... m , 除算 , divexact , 数値 , オブジェクト , 出力 , 変換 , 整数 , 形式 , int ...
https://man.plustar.jp/php/function.gmp-divexact.html - [similar]
IMAP、POP3 および NNTP 3724
« メール関連 はじめに » PHP Manual メール関連 IMAP、POP3 および NNTP IMAP、POP3 および NNTP はじ ... p_8bit — 8 ビット文字列を quoted-printable 文字列に変換する imap_alerts — 発生した IMAP 警告メッセージを返す ... ドする imap_binary — 8 ビット文字列を base64 文字列に変換する imap_body — メッセージ本文を読む imap_bodystruc ... qprint — quoted-printable 文字列を 8 ビット文字列に変換する imap_rename — imap_renamemailbox のエイリアス i ... encode — ISO-8859-1 文字列を修正版 UTF-7 テキストに変換する imap_utf8_to_mutf7 — UTF-8 文字列を修正UTF-7にエ ...
https://man.plustar.jp/php/book.imap.html - [similar]
CachingIterator クラス 3724
« ArrayIterator::valid CachingIterator::__construct » PHP Manual イテレータ CachingIterator クラ ... ingIterator::CALL_TOSTRING それぞれの要素を文字列に変換します CachingIterator::CATCH_GET_CHILD 子要素にアク ... ーしません CachingIterator::TOSTRING_USE_KEY 文字列に変換する際に key を使います。 CachingIterator::TOSTRING_ ... USE_CURRENT 文字列に変換する際に current を使います。 CachingIterator::TOSTR ... ING_USE_INNER 文字列に変換する際に inner を使います。 CachingIterator::FULL_CA ...
https://man.plustar.jp/php/class.cachingiterator.html - [similar]
文字列の最初の文字を小文字にする 3724
« join levenshtein » PHP Manual String 関数 文字列の最初の文字を小文字にする lcfirst (PHP 5 >= 5 ... 、デフォルトの "C" ロケールでは、a ウムラウト (ä) は変換されません。 パラメータ string 入力文字列。 戻り値 変 ... 最初 , 文字 , 小文字 , string , lcfirst , 大文字 , 変換 , アルファベット , 決定 , ウムラウト ...
https://man.plustar.jp/php/function.lcfirst.html - [similar]
回転の程度を設定する 3724
« ps_restore ps_save » PHP Manual PS 関数 回転の程度を設定する ps_rotate (PECL ps >= 1.1.0) ps_r ... しているため、 図形がページの端にない場合には座標系の変換も行います。 ps_translate() および ps_rotate() の順番 ... には気をつけてください。 上の例では、変換前の座標系での (100, 100) を基準として矩形を回転させ ... 考 ps_scale() - 縮尺を設定する ps_translate() - 座標変換を設定する 関連キーワード: 回転 , 設定 , 座標 , 程度 ... , rotate , 変換 , 図形 , rot , translate , 矩形 ...
https://man.plustar.jp/php/function.ps-rotate.html - [similar]
文字列を小文字にする 3724
« strtok strtoupper » PHP Manual String 関数 文字列を小文字にする strtolower (PHP 4, PHP 5, PHP ... ケールである場合は、 A ウムラウト (Ä) のような文字は変換されません。 パラメータ string 入力文字列。 戻り値 小 ... 文字に変換した文字列を返します。 例 例1 strtolower() の例 <?ph ... trtolower , string , 文字 , 大文字 , 最初 , 注意 , 変換 , アルファベット , 部分 ...
https://man.plustar.jp/php/function.strtolower.html - [similar]