検索

phrase: max: clip:
target: order:
Results of 471 - 480 of about 2051 for [SIMILAR] 16 1024 4096 WITH 7731 windows WITH 27... (1.590 sec.)
IntlChar クラス 0
« idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8) はじめに IntlChar クラスは、 Unicode 文字に関する情報にアクセスするための、 たくさんの便利メソッドを提供しています。 このクラスのメソッドと定数は、 依存している ICU ライブラリで使われている名 ...
https://man.plustar.jp/php/class.intlchar.html - [similar]
キーが指す DBA エントリを削除する 0
« dba_close dba_exists » PHP Manual DBA 関数 キーが指す DBA エントリを削除する dba_delete (PHP 4, PHP 5, PHP 7, PHP 8) dba_delete — キーが指す DBA エントリを削除する 説明 dba_delete ( string | array $key , resource $dba ): bool dba_delete() は、指定されたエントリを データベースから削除し ...
https://man.plustar.jp/php/function.dba-delete.html - [similar]
結果エントリから全ての値を得る 0
« ldap_get_values_len ldap_list » PHP Manual LDAP 関数 結果エントリから全ての値を得る ldap_get_values (PHP 4, PHP 5, PHP 7, PHP 8) ldap_get_values — 結果エントリから全ての値を得る 説明 ldap_get_values ( LDAP\Connection $ldap , LDAP\ResultEntry $entry , string $attribute ): array | false ...
https://man.plustar.jp/php/function.ldap-get-values.html - [similar]
フォントメトリクスを表す配列を返す 0
« Imagick::quantizeImages Imagick::queryFonts » PHP Manual Imagick フォントメトリクスを表す配列を返す Imagick::queryFontMetrics (PECL imagick 2, PECL imagick 3) Imagick::queryFontMetrics — フォントメトリクスを表す配列を返す 説明 public Imagick::queryFontMetrics ( ImagickDraw $properties ...
https://man.plustar.jp/php/imagick.queryfontmetrics.html - [similar]
コードポイントがアルファベットかを調べる 0
« IntlChar::isalnum IntlChar::isbase » PHP Manual IntlChar コードポイントがアルファベットかを調べる IntlChar::isalpha (PHP 7, PHP 8) IntlChar::isalpha — コードポイントがアルファベットかを調べる 説明 public static IntlChar::isalpha ( int | string $codepoint ): ? bool 指定されたコードポイン ...
https://man.plustar.jp/php/intlchar.isalpha.html - [similar]
コードポイントが Java におけるスペース文字であるかを調べる 0
« IntlChar::isJavaIDStart IntlChar::islower » PHP Manual IntlChar コードポイントが Java におけるスペース文字であるかを調べる IntlChar::isJavaSpaceChar (PHP 7, PHP 8) IntlChar::isJavaSpaceChar — コードポイントが Java におけるスペース文字であるかを調べる 説明 public static IntlChar::isJava ...
https://man.plustar.jp/php/intlchar.isjavaspacechar.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
エントリのテキスト表現を取得する 0
« RarEntry::isEncrypted RarException » PHP Manual RarEntry エントリのテキスト表現を取得する RarEntry::__toString (PECL rar >= 2.0.0) RarEntry::__toString — エントリのテキスト表現を取得する 説明 public RarEntry::__toString (): string RarEntry::__toString() は、このエントリのテキスト表現を ...
https://man.plustar.jp/php/rarentry.tostring.html - [similar]
ZIP アーカイブのコメントを設定する 0
« ZipArchive::replaceFile ZipArchive::setCommentIndex » PHP Manual ZipArchive ZIP アーカイブのコメントを設定する ZipArchive::setArchiveComment (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.4.0) ZipArchive::setArchiveComment — ZIP アーカイブのコメントを設定する 説明 public ZipArchive::setA ...
https://man.plustar.jp/php/ziparchive.setarchivecomment.html - [similar]
switch 0
« continue match » PHP Manual 制御構造 switch switch (PHP 4, PHP 5, PHP 7, PHP 8) switch 文は、同じ式を用いてIF文を並べたのに似ています。 同じ変数を異なる値と比較し、値に応じて異なったコードを実行したいと 思うことがしばしばあるかと思います。 switch 文は、まさにこのためにあるのです。 注意 ...
https://man.plustar.jp/php/control-structures.switch.html - [similar]