検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 914 for [SIMILAR] 16 1024 4096 WITH 20705 apache WITH 85... (0.773 sec.)
phpize で共有 PECL 拡張モジュールをコンパイルする方法 0
« 共有 PECL 拡張モジュールを、pecl コマンドを用いてコンパイルする php-config » PHP Manual PECL 拡張モジュールのインストール phpize で共有 PECL 拡張モジュールをコンパイルする方法 phpize で共有 PECL 拡張モジュールをコンパイルする方法 時には pecl インストーラを使用するという選択肢が使えない ...
https://man.plustar.jp/php/install.pecl.phpize.html - [similar]
定義済みの定数 0
« 定義済のクラス その他の予約語の一覧 » PHP Manual 予約語の一覧 定義済みの定数 定義済みの定数 コアの定義済みの定数 これらの定数は PHP のコアで定義済みの定数です。 PHP, Zend engine, SAPI モジュールも含みます。 PHP_VERSION ( string ) 現在の PHP のバージョンを "major.minor.release[extra]" 形 ...
https://man.plustar.jp/php/reserved.constants.html - [similar]
miter limit 値を設定する 0
« ps_setlinewidth ps_setoverprintmode » PHP Manual PS 関数 miter limit 値を設定する ps_setmiterlimit (PECL ps >= 1.1.0) ps_setmiterlimit — miter limit 値を設定する 説明 ps_setmiterlimit ( resource $psdoc , float $value ): bool 2 本の直線が小さい角度で連結され、かつ連結方法が PS_LINEJOIN_ ...
https://man.plustar.jp/php/function.ps-setmiterlimit.html - [similar]
セッションエンコードされた文字列からセッションデータをデコードする 0
« session_create_id session_destroy » PHP Manual セッション関数 セッションエンコードされた文字列からセッションデータをデコードする session_decode (PHP 4, PHP 5, PHP 7, PHP 8) session_decode — セッションエンコードされた文字列からセッションデータをデコードする 説明 session_decode ( string ...
https://man.plustar.jp/php/function.session-decode.html - [similar]
PHP による PNG の生成 0
« 例 アルファチャネルを使用した、画像へのすかしの追加 » PHP Manual 例 PHP による PNG の生成 PHP による PNG の生成 例1 PHP による PNG の生成 <?php header ( "Content-type: image/png" ); $string = $_GET [ 'text' ]; $im = imagecreatefrompng ( "images/button1.png" ); $orange = imagecoloralloc ...
https://man.plustar.jp/php/image.examples-png.html - [similar]
Windows でのビルド 0
« wincache_unlock 要件 » PHP Manual WinCache Windows でのビルド Windows でのビルド 目次 要件 コンパイルおよびビルド ビルドの検証 関連キーワード: 要件 , wincache , unlock , WinCache , コンパイル , 検証 , ...
https://man.plustar.jp/php/wincache.win32build.html - [similar]
現在のセッションデータを、セッションエンコードされた文字列に変換する 0
« session_destroy session_gc » PHP Manual セッション関数 現在のセッションデータを、セッションエンコードされた文字列に変換する session_encode (PHP 4, PHP 5, PHP 7, PHP 8) session_encode — 現在のセッションデータを、セッションエンコードされた文字列に変換する 説明 session_encode (): string | ...
https://man.plustar.jp/php/function.session-encode.html - [similar]
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 この拡張モジュールは、PHP 5.3.0 以降には同梱されています。一方 PHP 5.2.0 以降では PECL 版がインストールできます。つまり、intl 拡張モジュールのインストール方法は二通りあるということです。 この PECL 拡張モジ ...
https://man.plustar.jp/php/intl.installation.html - [similar]
親ディレクトリのパスを返す 0
« delete disk_free_space » PHP Manual ファイルシステム 関数 親ディレクトリのパスを返す dirname (PHP 4, PHP 5, PHP 7, PHP 8) dirname — 親ディレクトリのパスを返す 説明 dirname ( string $path , int $levels = 1 ): string ファイルあるいはディレクトリへのパスを含む文字列を受け取って、 カレント ...
https://man.plustar.jp/php/function.dirname.html - [similar]
FAQ: 名前空間について知っておくべきこと 0
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FAQ: 名前空間について知っておくべきこと (PHP 5 >= 5.3.0, PHP 7, PHP 8) この FAQ は 2 つに別れています。一般的な質問と、 深く理解するために有用な実装に関する質問です。 まずは一般的な質問。 名前空 ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]