検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 84 for zend (0.063 sec.)
コマンドラインオプション 7492
« 他の SAPI との違い Usage » PHP Manual コマンドラインの使用法 コマンドラインオプション コマンド ... h stripped comments and whitespace. -z <file> Load Zend extension <file>. args... Arguments passed to scri ... tension <name>. --rz <name> Show information about Zend extension <name>. --ri <name> Show configuration f ... odules 例1 PHP に組み込まれた (そしてロードされた) Zend モジュールの表示 $ php -m [PHP Modules] xml tokeni ... session posix pcre overload mysql mbstring ctype [Zend Modules] -r --run このオプションにより、コマンドラ ...
https://man.plustar.jp/php/features.commandline.options.html - [similar]
要件 7492
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 オプションとして、 ... OpenSSL 拡張モジュールを有効にする必要があります。 zend.multibyte が有効になっている場合、 zend.detect_uni ... : 要件 , インストール , 拡張 , モジュール , 設定 , zend , 手順 , zlib , bzip , 圧縮 ...
https://man.plustar.jp/php/phar.requirements.html - [similar]
assertion が false であるかどうかを調べる 7438
« assert_options cli_get_process_title » PHP Manual PHP オプション/情報 関数 assertion が false ... ィレクティブ ディレクティブ デフォルト値 取り得る値 zend.assertions 1 1 : コードを生成して実行する (開発モー ... 使うことは 推奨されなくなりました。 assert.active と zend.assertions が 両方 1 に設定されると、 E_DEPRECATED ... on <?php assert ( true == false ); echo 'Hi!' ; ?> zend.assertions が 0 の場合は、上の例の結果は次のように ... なります。 Hi! zend.assertions が 1、かつ assert.exception が 0 の場合 ...
https://man.plustar.jp/php/function.assert.html - [similar]
Zend に対するユーザー操作 7397
« runkit7_zval_inspect はじめに » PHP Manual PHP の振る舞いの変更 Zend に対するユーザー操作 Zend ... e for a function 関連キーワード: uopz , function , Zend , ユーザー , 操作 , return , previously , 設定 , s ...
https://man.plustar.jp/php/book.uopz.html - [similar]
内部的な zval を表す文字列をダンプする 7397
« boolval doubleval » PHP Manual 変数操作 関数 内部的な zval を表す文字列をダンプする debug_zval ... d $value , mixed ...$values ): void 内部的な zval (Zend の値) を表す文字列表現をダンプします。 これは Zend ... ello World" refcount(3) 注意 : refcount を理解する Zend Engine の実装の詳細を理解していないと、 この関数が ... 表示する refcount の値に驚くかもしれません。 Zend Engine は、リファレンスカウントを以下の2つの用途で ... ァレンスカウントは2になります。 データ型によっては、Zend Engine 内で最適化が行われてしまうため、 ユーザはさ ...
https://man.plustar.jp/php/function.debug-zval-dump.html - [similar]
コンパイル/ロードされている全てのモジュールの名前を配列として返す 7397
« get_included_files get_magic_quotes_gpc » PHP Manual PHP オプション/情報 関数 コンパイル/ロード ... を配列として返す 説明 get_loaded_extensions ( bool $zend_extensions = false ): array この関数は、PHPインタプ ... ている全てのモジュールの名前を返します。 パラメータ zend_extensions Zend 拡張モジュールのみを返します。指定 ... パイル , 名前 , extensions , loaded , 拡張 , 関数 , zend ...
https://man.plustar.jp/php/function.get-loaded-extensions.html - [similar]
塗りつぶし用のイメージを設定する 7221
« imagesetthickness imagestring » PHP Manual GD および Image 関数 塗りつぶし用のイメージを設定す ... esettile() の例 <?php // 外部の画像を読み込みます $zend = imagecreatefromgif ( './zend.gif' ); // 200x200 ... 200 ); // タイルを設定します imagesettile ( $im , $zend ); // 画像の繰り返しを設定します imagefilledrectan ... png ( $im ); imagedestroy ( $im ); imagedestroy ( $zend ); ?> 上の例の出力は、 たとえば以下のようになります ...
https://man.plustar.jp/php/function.imagesettile.html - [similar]
インストール手順 7221
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 OPcache は共有 ... ルしなければいけません。 いったんコンパイルすると、 zend_extension 設定ディレクティブを使って OPcache を PH ... P にロードできます。これは zend_extension=/full/path/to/opcache.so という設定で行え ... ます。Windows の場合は zend_extension=C:\path\to\php_opcache.dll を使います。 ... , 手順 , OPcache , コンパイル , file , extension , zend , 推奨 ...
https://man.plustar.jp/php/opcache.installation.html - [similar]
ソースコードからビルド / コンパイルする 7099
« 実行時設定 定義済み定数 » PHP Manual インストール/設定 ソースコードからビルド / コンパイルする ... 次のメッセージに似たエラーが出る可能性があります。 "zend_globals_macros.h(39): error C2375: 'zendparse': re ... definition; different linkage Zend/zend_language_parser.h(214): note: see declaration ... of 'zendparse'" Windows PHP SDK バッチスクリプトが 環境変数 ... ンパイル , protobuf , 注意 , 特有 , 上書き , 環境 , zendparse , 準備 , zend , Dprotobuf ...
https://man.plustar.jp/php/mysql-xdevapi.build.html - [similar]
はじめに 6963
« Tokenizer インストール/設定 » PHP Manual Tokenizer はじめに はじめに tokenizer 関数は、Zend En ... kenizer , tokenizer , 関数 , インストール , 設定 , Zend , 提供 , レベル , ソース , 解析 ...
https://man.plustar.jp/php/intro.tokenizer.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT