検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 731 for (0.043 sec.)
属性を終了する 3610
« XMLWriter XMLWriter::endCdata » PHP Manual XMLWriter 属性を終了する XMLWriter::endAttribute xm ... 属性を開始する XMLWriter::startAttributeNs() - 名前間つきの属性を開始する XMLWriter::writeAttribute() - ... 性全体を書き込む XMLWriter::writeAttributeNs() - 名前間つき属性全体を書き込む 関連キーワード: XMLWriter , ...
https://man.plustar.jp/php/xmlwriter.endattribute.html - [similar]
Document Object Model 3596
« XML 操作 はじめに » PHP Manual XML 操作 Document Object Model Document Object Model はじめに イ ... DOMDocument::createAttributeNS — 関連付けられた名前間に新しい属性を作成する DOMDocument::createCDATASec ... る DOMDocument::createElementNS — 関連付けられた名前間に新しい要素を作成する DOMDocument::createEntityRe ... DOMDocument::getElementsByTagNameNS — 指定した名前間で、タグ名に対応するすべての要素を検索する DOMDocu ... を取得する DOMElement::getElementsByTagNameNS — 名前間 URI とローカル名から要素を取得する DOMElement::ha ...
https://man.plustar.jp/php/book.dom.html - [similar]
新しい属性を作成する 3575
« DOMDocument::__construct DOMDocument::createAttributeNS » PHP Manual DOMDocument 新しい属性を作 ... MDocument::createAttributeNS() - 関連付けられた名前間に新しい属性を作成する DOMDocument::createCDATASec ... DOMDocument::createElementNS() - 関連付けられた名前間に新しい要素を作成する DOMDocument::createEntityRe ...
https://man.plustar.jp/php/domdocument.createattribute.html - [similar]
新しい cdata ノードを作成する 3575
« DOMDocument::createAttributeNS DOMDocument::createComment » PHP Manual DOMDocument 新しい cdat ... MDocument::createAttributeNS() - 関連付けられた名前間に新しい属性を作成する DOMDocument::createComment( ... DOMDocument::createElementNS() - 関連付けられた名前間に新しい要素を作成する DOMDocument::createEntityRe ...
https://man.plustar.jp/php/domdocument.createcdatasection.html - [similar]
印字可能な文字かどうかを調べる 3575
« ctype_lower ctype_punct » PHP Manual Ctype 関数 印字可能な文字かどうかを調べる ctype_print (PH ... 的にコールすべきです。 戻り値 text のすべての文字が(白を含めて)実際に 出力を行う場合に true 、 text に制 ... 御も行わない文字が含まれる場合に false を返します。 文字列を渡して呼び出した場合、結果は常に false になり ... cntrl() - 制御文字かどうかを調べる ctype_graph() - 白以外の印字可能な文字かどうかを調べる ctype_punct() ... - 白、英数字以外の出力可能な文字かどうかを調べる 関連キ ...
https://man.plustar.jp/php/function.ctype-print.html - [similar]
オブジェクトのクラス名を返す 3575
« get_class_vars get_declared_classes » PHP Manual クラス/オブジェクト関数 オブジェクトのクラス名 ... すると、 そのクラスの名前を返します。 object が 名前間の中に存在しているクラスのインスタンスだった場合、 ... 名前間で修飾されたクラス名が返されます。 エラー / 例外 オ ... となります。 string(3) "foo" string(3) "bar" 例3 名前間の中にあるクラスを get_class() で使う <?php namesp ...
https://man.plustar.jp/php/function.get-class.html - [similar]
画像をブラウザあるいはファイルに出力する 3575
« imageistruecolor imagelayereffect » PHP Manual GD および Image 関数 画像をブラウザあるいはファ ... ました。 例 例1 JPEG 画像のブラウザへの出力 <?php // の画像を作成し、テキストを追加します $im = imagecrea ... なります。 例2 JPEG 画像のファイルへの保存 <?php // の画像を作成し、テキストを追加します $im = imagecrea ... ?> 例3 75% 品質でのブラウザへの画像の出力 <?php // の画像を作成し、テキストを追加します $im = imagecrea ...
https://man.plustar.jp/php/function.imagejpeg.html - [similar]
画像をブラウザあるいはファイルに出力する 3575
« imagetypes imagewebp » PHP Manual GD および Image 関数 画像をブラウザあるいはファイルに出力する ... ble になりました。 例 例1 WBMP 画像の出力 <?php // の画像を作成してテキストを追加します $im = imagecrea ... gedestroy ( $im ); ?> 例2 WBMP 画像の保存 <?php // の画像を作成してテキストを追加します $im = imagecrea ... oy ( $im ); ?> 例3 別の前景での画像の出力 <?php // の画像を作成してテキストを追加します $im = imagecrea ...
https://man.plustar.jp/php/function.imagewbmp.html - [similar]
フォーマット文字列に基づき入力を処理する 3575
« sprintf str_contains » PHP Manual String 関数 フォーマット文字列に基づき入力を処理する sscanf ... に基づき解釈します。 フォーマット文字列の中のあらゆる白文字は、入力文字列の中の 白文字列にマッチします。 ... 値を表します。 n は処理する文字数を表します。 s は、白文字を読み取ると停止することを示します。 argnum$ の ...
https://man.plustar.jp/php/function.sscanf.html - [similar]
全てのカラム名を取得する 3575
« RowResult::getColumnsCount RowResult::getColumns » PHP Manual mysql_xdevapi\RowResult 全てのカ ... ックスが数字のカラム名の配列を返します。 結果セットがの場合は、の配列を返します。 例 例1 mysql_xdevapi\ ...
https://man.plustar.jp/php/mysql-xdevapi-rowresult.getcolumnnames.html - [similar]