検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 264 for [SIMILAR] 16 1024 4096 WITH 18756 rfc822 WITH 84... (0.580 sec.)
Commits a transaction in progress 0
« Stomp::begin Stomp::__construct » PHP Manual Stomp Commits a transaction in progress Stomp::commit stomp_commit (PECL stomp >= 0.1.0) Stomp::commit -- stomp_commit — Commits a transaction in progress 説明 オブジェクト指向型 (method): public Stomp::commit ( string $transaction_id , arra ...
https://man.plustar.jp/php/stomp.commit.html - [similar]
OAuth で保護されたリソースを取得する 0
« OAuth::enableSSLChecks OAuth::generateSignature » PHP Manual OAuth OAuth で保護されたリソースを取得する OAuth::fetch (PECL OAuth >= 0.99.1) OAuth::fetch — OAuth で保護されたリソースを取得する 説明 public OAuth::fetch ( string $protected_resource_url , array $extra_parameters = ? , stri ...
https://man.plustar.jp/php/oauth.fetch.html - [similar]
時刻の文字列を指定されたフォーマットに従ってパースする 0
« DateTimeImmutable::__construct DateTimeImmutable::createFromInterface » PHP Manual DateTimeImmutable 時刻の文字列を指定されたフォーマットに従ってパースする DateTimeImmutable::createFromFormat date_create_immutable_from_format (PHP 5 >= 5.5.0, PHP 7, PHP 8) DateTimeImmutable::createFrom ...
https://man.plustar.jp/php/datetimeimmutable.createfromformat.html - [similar]
フォーマットに基づきファイルからの入力を処理する 0
« fread fseek » PHP Manual ファイルシステム 関数 フォーマットに基づきファイルからの入力を処理する fscanf (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) fscanf — フォーマットに基づきファイルからの入力を処理する 説明 fscanf ( resource $stream , string $format , mixed &...$vars ): array | int | fals ...
https://man.plustar.jp/php/function.fscanf.html - [similar]
はじめに 0
« ストリーム インストール/設定 » PHP Manual ストリーム はじめに はじめに ストリームは、 ファイル、ネットワーク、データ圧縮などに関する、 共通した一連の関数群と利用法を持つ操作の一般化の手法です。 もっとも単純な定義では、 ストリーム というのは、ストリーミング可能な動作を体現する resource ...
https://man.plustar.jp/php/intro.stream.html - [similar]
エンコード変換を行ってメールを送信する 0
« mb_scrub mb_split » PHP Manual マルチバイト文字列 関数 エンコード変換を行ってメールを送信する mb_send_mail (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) mb_send_mail — エンコード変換を行ってメールを送信する 説明 mb_send_mail ( string $to , string $subject , string $message , array | string $ad ...
https://man.plustar.jp/php/function.mb-send-mail.html - [similar]
0
« リソース型 Stomp 関数 » PHP Manual Stomp 例 例 例1 オブジェクト指向型 <?php $queue = '/queue/foo' ; $msg = 'bar' ; /* connection */ try { $stomp = new Stomp ( 'tcp://localhost:61613' ); } catch( StompException $e ) { die( 'Connection failed: ' . $e -> getMessage ()); } /* send a messag ...
https://man.plustar.jp/php/stomp.examples.html - [similar]
MIME ヘッダフィールドをデコードする 0
« iconv_mime_decode_headers iconv_mime_encode » PHP Manual iconv 関数 MIME ヘッダフィールドをデコードする iconv_mime_decode (PHP 5, PHP 7, PHP 8) iconv_mime_decode — MIME ヘッダフィールドをデコードする 説明 iconv_mime_decode ( string $string , int $mode = 0 , ? string $encoding = null ): ...
https://man.plustar.jp/php/function.iconv-mime-decode.html - [similar]
フォーマット文字列に基づき入力を処理する 0
« sprintf str_contains » PHP Manual String 関数 フォーマット文字列に基づき入力を処理する sscanf (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) sscanf — フォーマット文字列に基づき入力を処理する 説明 sscanf ( string $string , string $format , mixed &...$vars ): array | int | null 関数 sscanf() は、 ...
https://man.plustar.jp/php/function.sscanf.html - [similar]
データベース接続 0
« 手続き型とオブジェクト指向インターフェイス ステートメントの実行 » PHP Manual クイックスタートガイド データベース接続 データベース接続 MySQL は、サーバに接続するために、 異なるトランスポート層をサポートしています。 TCP/IP, Unix ドメインソケット、 そして、Windows の名前付きパイプです。 ホ ...
https://man.plustar.jp/php/mysqli.quickstart.connections.html - [similar]