検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 690 for [SIMILAR] 16 1024 4096 WITH 20686 expect WITH 39... (0.547 sec.)
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
セッションデータのガベージコレクションを実行する 0
« session_encode session_get_cookie_params » PHP Manual セッション関数 セッションデータのガベージコレクションを実行する session_gc (PHP 7 >= 7.1.0, PHP 8) session_gc — セッションデータのガベージコレクションを実行する 説明 session_gc (): int | false session_gc() は、セッションデータの GC ...
https://man.plustar.jp/php/function.session-gc.html - [similar]
外部プログラムを実行する 0
« escapeshellcmd passthru » PHP Manual プログラム実行関数 外部プログラムを実行する exec (PHP 4, PHP 5, PHP 7, PHP 8) exec — 外部プログラムを実行する 説明 exec ( string $command , array &$output = null , int &$result_code = null ): string | false exec() は指定されたコマンド command を実行 ...
https://man.plustar.jp/php/function.exec.html - [similar]
メッセージキューにメッセージを送信する 0
« msg_remove_queue msg_set_queue » PHP Manual セマフォ関数 メッセージキューにメッセージを送信する msg_send (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) msg_send — メッセージキューにメッセージを送信する 説明 msg_send ( SysvMessageQueue $queue , int $message_type , string | int | float | bool $me ...
https://man.plustar.jp/php/function.msg-send.html - [similar]
新しく追加された関数 0
« 新しいクラスとインターフェイス 新しいグローバル定数 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新しく追加された関数 新しく追加された関数 PHP コア get_mangled_object_vars() password_algos() sapi_windows_set_ctrl_handler() GD imagecreatefromtga() マルチバイト文字列 mb_str_split() Ope ...
https://man.plustar.jp/php/migration74.new-functions.html - [similar]
ビルトインウェブサーバー 0
« 対話シェル INI 設定 » PHP Manual コマンドラインの使用法 ビルトインウェブサーバー ビルトインウェブサーバー 警告 このウェブサーバーは、アプリケーション開発の支援用として設計されたものです。 テスト用に使ったり、制約のある環境でアプリケーションをデモするために使ったりすることもできるでしょ ...
https://man.plustar.jp/php/features.commandline.webserver.html - [similar]
共有メモリ 0
« SysvSharedMemory はじめに » PHP Manual プロセス制御 共有メモリ 共有メモリ はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 共有メモリ関数 shmop_close — 共有メモリブロックを閉じる shmop_delete — 共有メモリブロックを削除する shmop_open ...
https://man.plustar.jp/php/book.shmop.html - [similar]
新機能 0
« PHP 8.0.x から PHP 8.1.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新機能 新機能 PHP コア 8進数の整数リテラルのプレフィックス指定 8進数の整数値の場合に、 数値リテラルのプレフィックスとして明示的に 0o や 0O を指定できるようになりました。 これ ...
https://man.plustar.jp/php/migration81.new-features.html - [similar]
エイリアスおよび非推奨の Mysqli 関数 0
« mysqli_sql_exception::getSqlState mysqli_connect » PHP Manual MySQLi エイリアスおよび非推奨の Mysqli 関数 エイリアスおよび非推奨の Mysqli 関数 目次 mysqli_connect — mysqli::__construct のエイリアス mysqli::escape_string — mysqli_real_escape_string のエイリアス mysqli_execute — mysqli_s ...
https://man.plustar.jp/php/ref.mysqli.html - [similar]
識別 0
« Thread Thread::getCurrentThread » PHP Manual Thread 識別 Thread::getCreatorId (PECL pthreads >= 2.0.0) Thread::getCreatorId — 識別 説明 public Thread::getCreatorId (): int このスレッドを作ったスレッドの ID を返します。 パラメータ この関数にはパラメータはありません。 戻り値 数値の ID を ...
https://man.plustar.jp/php/thread.getcreatorid.html - [similar]