検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 102 for コメント (0.021 sec.)
コメント 9589
« 命令の分離 型 » PHP Manual 基本的な構文 コメント コメント PHP は、'C', 'C++' および Unix シェル ... 型(Perl 型)のコメントをサポートします。 例えば、 <?php echo 'テストです' ... ; // C++型の単一行用のコメント /* 複数行用のコメント もう一行分のコメント */ echo ... ; echo '最後のテストです' ; # シェル型の単一行用のコメント ?> "一行"コメントは、改行または PHP コードのブロッ ... 上の見出しは 'これは 例です。' となります。 'C' 型のコメントは、最初に */ が現れた時点で終了します。 'C' 型のコメ ...
https://man.plustar.jp/php/language.basic-syntax.comments.html - [similar]
ドキュメントコメントを取得する 9317
« ReflectionClass::getDefaultProperties ReflectionClass::getEndLine » PHP Manual ReflectionClass ... ドキュメントコメントを取得する ReflectionClass::getDocComment (PHP 5, PH ... HP 8) ReflectionClass::getDocComment — ドキュメントコメントを取得する 説明 public ReflectionClass::getDocCommen ... t (): string | false クラスのドキュメントコメントを取得します。 ドキュメントコメントは、/** で始まりま ... す。 クラス定義に複数のドキュメントコメントが存在した場合、 クラスに一番近いコメントを取得します ...
https://man.plustar.jp/php/reflectionclass.getdoccomment.html - [similar]
エントリ名を使用して、エントリのコメントを返す 9278
« ZipArchive::getCommentIndex ZipArchive::getExternalAttributesIndex » PHP Manual ZipArchive エン ... トリ名を使用して、エントリのコメントを返す ZipArchive::getCommentName (PHP 5 >= 5.2.0, P ... ::getCommentName — エントリ名を使用して、エントリのコメントを返す 説明 public ZipArchive::getCommentName ( stri ... ): string | false エントリ名を使用して、エントリのコメントを返します。 パラメータ name エントリの名前。 flags ... ive::FL_UNCHANGED を指定すると、 元の変化していないコメントが返されます。 戻り値 成功した場合にコメント、失敗し ...
https://man.plustar.jp/php/ziparchive.getcommentname.html - [similar]
コメントを画像に追加する 9252
« Imagick::combineImages Imagick::compareImageChannels » PHP Manual Imagick コメントを画像に追加 ... imagick 2, PECL imagick 3) Imagick::commentImage — コメントを画像に追加する 説明 public Imagick::commentImage ( ... string $comment ): bool コメントを画像に追加します。 パラメータ comment 追加するコメ ... ます。 例 例1 Imagick::commentImage() の使用法 画像にコメントを追加し、そのコメントを取得します。 <?php /* 新しい ... mage ( 100 , 100 , new ImagickPixel ( "red" )); /* コメントをその画像に追加します */ $im -> commentImage ( "Hel ...
https://man.plustar.jp/php/imagick.commentimage.html - [similar]
エントリのインデックスを使用して、エントリのコメントを返す 9226
« ZipArchive::getArchiveComment ZipArchive::getCommentName » PHP Manual ZipArchive エントリのイン ... デックスを使用して、エントリのコメントを返す ZipArchive::getCommentIndex (PHP 5 >= 5.2.0, ... ndex — エントリのインデックスを使用して、エントリのコメントを返す 説明 public ZipArchive::getCommentIndex ( int ... false エントリのインデックスを使用して、エントリのコメントを返します。 パラメータ index エントリのインデックス ... ive::FL_UNCHANGED を指定すると、 元の変化していないコメントを返します。 戻り値 成功した場合にコメント、失敗した ...
https://man.plustar.jp/php/ziparchive.getcommentindex.html - [similar]
名前を使用してエントリのコメントを設定する 9161
« ZipArchive::setCommentIndex ZipArchive::setCompressionIndex » PHP Manual ZipArchive 名前を使用 ... してエントリのコメントを設定する ZipArchive::setCommentName (PHP 5 >= 5.2. ... pArchive::setCommentName — 名前を使用してエントリのコメントを設定する 説明 public ZipArchive::setCommentName ( ... string $comment ): bool 名前を使用して、エントリのコメントを設定します。 パラメータ name エントリの名前。 comm ... ent コメントの内容。 戻り値 成功した場合に true を、失敗した場合 ...
https://man.plustar.jp/php/ziparchive.setcommentname.html - [similar]
インデックスを使用してエントリのコメントを設定する 9110
« ZipArchive::setArchiveComment ZipArchive::setCommentName » PHP Manual ZipArchive インデックスを ... 使用してエントリのコメントを設定する ZipArchive::setCommentIndex (PHP 5 >= 5.2 ... :setCommentIndex — インデックスを使用してエントリのコメントを設定する 説明 public ZipArchive::setCommentIndex ( ... $comment ): bool インデックスを使用して、エントリのコメントを設定します。 パラメータ index エントリのインデック ... ス。 comment コメントの内容。 戻り値 成功した場合に true を、失敗した場合 ...
https://man.plustar.jp/php/ziparchive.setcommentindex.html - [similar]
プロパティのドキュメントコメントを取得する 8980
« ReflectionProperty::getDefaultValue ReflectionProperty::getModifiers » PHP Manual ReflectionPr ... operty プロパティのドキュメントコメントを取得する ReflectionProperty::getDocComment (PHP 5 ... nProperty::getDocComment — プロパティのドキュメントコメントを取得する 説明 public ReflectionProperty::getDocCom ... ment (): string | false プロパティのドキュメントコメントを取得します。 パラメータ この関数にはパラメータはあ ... りません。 戻り値 プロパティのドキュメントコメントを返します。 ドキュメントコメントが存在しない場合は、 ...
https://man.plustar.jp/php/reflectionproperty.getdoccomment.html - [similar]
クラス定数のドキュメントコメントを取得する 8799
« ReflectionClassConstant::getDeclaringClass ReflectionClassConstant::getModifiers » PHP Manual ... ReflectionClassConstant クラス定数のドキュメントコメントを取得する ReflectionClassConstant::getDocComment (P ... sConstant::getDocComment — クラス定数のドキュメントコメントを取得する 説明 public ReflectionClassConstant::getD ... Comment (): string | false クラス定数のドキュメントコメントを取得します。 パラメータ この関数にはパラメータはあ ... りません。 戻り値 ドキュメントコメントが存在した場合その文字列。存在しない場合は false を返 ...
https://man.plustar.jp/php/reflectionclassconstant.getdoccomment.html - [similar]
ドキュメントコメントを取得する 8799
« ReflectionFunctionAbstract::getClosureUsedVariables ReflectionFunctionAbstract::getEndLine » P ... HP Manual ReflectionFunctionAbstract ドキュメントコメントを取得する ReflectionFunctionAbstract::getDocComment ... ctionFunctionAbstract::getDocComment — ドキュメントコメントを取得する 説明 public ReflectionFunctionAbstract::g ... etDocComment (): string | false 関数のドキュメントコメントを取得します。 パラメータ この関数にはパラメータはあ ... りません。 戻り値 ドキュメントコメントが存在する場合はそれを返します。それ以外の場合は fal ...
https://man.plustar.jp/php/reflectionfunctionabstract.getdoccomment.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT