検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 398 for [SIMILAR] 16 1024 4096 WITH 7004 ftp WITH 4439 ... (2.516 sec.)
代入演算子 0
« 算術演算子 ビット演算子 » PHP Manual 演算子 代入演算子 代入演算子 代入演算子の基本となるものは "=" です。この演算子に関して最初に 思い付く意味は"等しい"であるかもしれません。しかし、そうではありません。 本当は、左オペランドに右オペランドの式の値を設定する("得て代入する") ことを意味しま ...
https://man.plustar.jp/php/language.operators.assignment.html - [similar]
Tokenizer 0
« tidy_warning_count はじめに » PHP Manual その他の基本モジュール Tokenizer Tokenizer はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 PhpToken — PhpToken クラス PhpToken::__construct — 新しい PhpToken オブジェクトを返す PhpToken::getTokenName — トー ...
https://man.plustar.jp/php/book.tokenizer.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual cURL 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 これらの定数についての説明や実際の使用法は、 curl_setopt() および curl_getinfo ...
https://man.plustar.jp/php/curl.constants.html - [similar]
LuaSandbox 0
« LuaClosure::__invoke はじめに » PHP Manual その他の基本モジュール LuaSandbox LuaSandbox はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 Differences from Standard Lua 例 Basic usage for LuaSandbox LuaSandbox — The LuaSandbox class LuaSandbox::callFunction — Call a ...
https://man.plustar.jp/php/book.luasandbox.html - [similar]
Seaslog 0
« 変更履歴 はじめに » PHP Manual その他の基本モジュール Seaslog Seaslog はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 Seaslog 関数 seaslog_get_author — Get SeasLog author. seaslog_get_version — Get SeasLog version. SeasLog — The SeasLog class Seas ...
https://man.plustar.jp/php/book.seaslog.html - [similar]
URLs 0
« token_name はじめに » PHP Manual その他の基本モジュール URLs URLs はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 URL 関数 base64_decode — MIME base64 方式によりエンコードされたデータをデコードする base64_encode — MIME base64 方式でデータをエンコード ...
https://man.plustar.jp/php/book.url.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]
Copy data to named shared memory 0
« SyncSharedMemory::size その他の基本モジュール » PHP Manual SyncSharedMemory Copy data to named shared memory SyncSharedMemory::write (PECL sync >= 1.1.0) SyncSharedMemory::write — Copy data to named shared memory 説明 public SyncSharedMemory::write ( string $string = ? , int $start = 0 ...
https://man.plustar.jp/php/syncsharedmemory.write.html - [similar]
汚染された文字列をチェックする関数や文 0
« 汚染された文字列の汚染マークを広げる関数や文 文字列の汚染を除去する関数 » PHP Manual 詳細 汚染された文字列をチェックする関数や文 汚染された文字列をチェックする関数や文 関数 / 文 対応するようになったバージョン 基本構文 eval 0.1.0 include/include_once 0.1.0 require/require_once 0.1.0 出力 ...
https://man.plustar.jp/php/taint.detail.taint.html - [similar]
循環の収集 0
« リファレンスカウントの原理 パフォーマンスの考慮点 » PHP Manual ガベージコレクション 循環の収集 循環の収集 伝統的に、PHP で以前使われていたようなリファレンスカウント記憶機構では、 循環参照メモリ・リークに対処できません。 しかしながら、5.3.0 現在、PHP ではその問題に焦点を当てた » Concurr ...
https://man.plustar.jp/php/features.gc.collecting-cycles.html - [similar]