検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 927 for [SIMILAR] 16 1024 4096 WITH 19741 部ポ WITH 8030... (0.855 sec.)
コードポイントの一般カテゴリの値を取得する 0
« IntlChar::charName IntlChar::chr » PHP Manual IntlChar コードポイントの一般カテゴリの値を取得する IntlChar::charType (PHP 7, PHP 8) IntlChar::charType — コードポイントの一般カテゴリの値を取得する 説明 public static IntlChar::charType ( int | string $codepoint ): ? int コードポイントの一 ...
https://man.plustar.jp/php/intlchar.chartype.html - [similar]
指定された範囲の全てのUnicode文字を走査する 0
« IntlChar::digit IntlChar::enumCharTypes » PHP Manual IntlChar 指定された範囲の全てのUnicode文字を走査する IntlChar::enumCharNames (PHP 7, PHP 8) IntlChar::enumCharNames — 指定された範囲の全てのUnicode文字を走査する 説明 public static IntlChar::enumCharNames ( int | string $start , int ...
https://man.plustar.jp/php/intlchar.enumcharnames.html - [similar]
対話的な PHP デバッガ 0
« zend_version はじめに » PHP Manual PHP の振る舞いの変更 対話的な PHP デバッガ 対話的な PHP デバッガ はじめに インストール/設定 実行時設定 定義済み定数 phpdbg 関数 phpdbg_break_file — ファイルの行にブレークポイントを挿入する phpdbg_break_function — 関数のエントリにブレークポイントを挿入 ...
https://man.plustar.jp/php/book.phpdbg.html - [similar]
RecursiveFilterIterator クラス 0
« RecursiveDirectoryIterator::rewind RecursiveFilterIterator::__construct » PHP Manual イテレータ RecursiveFilterIterator クラス RecursiveFilterIterator クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに この抽象イテレータは、不要な値を RecursiveIterator から取り除きます。 このクラスを継承し ...
https://man.plustar.jp/php/class.recursivefilteriterator.html - [similar]
文字エンコーディング変換用の設定を行なう 0
« iconv_mime_encode iconv_strlen » PHP Manual iconv 関数 文字エンコーディング変換用の設定を行なう iconv_set_encoding (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) iconv_set_encoding — 文字エンコーディング変換用の設定を行なう 説明 iconv_set_encoding ( string $type , string $encoding ): bool type ...
https://man.plustar.jp/php/function.iconv-set-encoding.html - [similar]
はじめに 0
« リフレクション インストール/設定 » PHP Manual リフレクション はじめに はじめに PHP には完全なリフレクション API が付属しており、 クラス、インターフェイス、関数、メソッド、そして拡張モジュールについて 型やプロパティを実行時に調べることができます。 さらに、このリフレクション API は関数、 ...
https://man.plustar.jp/php/intro.reflection.html - [similar]
内部ファイルに、外部ファイルの内容を設定する 0
« Phar::offsetGet Phar::offsetUnset » PHP Manual Phar 内部ファイルに、外部ファイルの内容を設定する Phar::offsetSet (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) Phar::offsetSet — 内部ファイルに、外部ファイルの内容を設定する 説明 public Phar::offsetSet ( string $localName , resource ...
https://man.plustar.jp/php/phar.offsetset.html - [similar]
コンストラクタを起動せずに新しいクラスのインスタンスを作成する 0
« ReflectionClass::newInstanceArgs ReflectionClass::setStaticPropertyValue » PHP Manual ReflectionClass コンストラクタを起動せずに新しいクラスのインスタンスを作成する ReflectionClass::newInstanceWithoutConstructor (PHP 5 >= 5.4.0, PHP 7, PHP 8) ReflectionClass::newInstanceWithoutConstruc ...
https://man.plustar.jp/php/reflectionclass.newinstancewithoutconstructor.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
パターン修飾子 0
« PCRE のパターン Perl とは異なる点 » PHP Manual PCRE のパターン パターン修飾子 パターン修飾子 現在使用可能な PCRE 修飾子の一覧を以下に示します。 括弧の中の名前は、これらの修飾子に関する PCRE 内部の名前です。 修飾子中での空白文字および改行は無視されます。他の文字はエラーになります。 i ( ...
https://man.plustar.jp/php/reference.pcre.pattern.modifiers.html - [similar]