検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 27 for storage (0.005 sec.)
ユーザー単位のクォータ設定を取得する 11751
« imap_get_quota imap_getacl » PHP Manual IMAP 関数 ユーザー単位のクォータ設定を取得する imap_ge ... ( $mbox , "INBOX" ); if ( is_array ( $quota )) { $storage = $quota [ 'STORAGE' ]; echo "STORAGE usage level ... is: " . $storage [ 'usage' ]; echo "STORAGE limit level is: " . $st ...
https://man.plustar.jp/php/function.imap-get-quotaroot.html - [similar]
フィールドの名前を返す 11273
« pg_field_is_null pg_field_num » PHP Manual PostgreSQL 関数 フィールドの名前を返す pg_field_nam ... en ( $res , $fieldname ) . " characters\n" ; echo "storage length: " . pg_field_size ( $res , $j ) . " bytes\ ... n 0 fieldname: author printed length: 6 characters storage length: -1 bytes field type: varchar column 1 fiel ... dname: year printed length: 4 characters storage length: 2 bytes field type: int2 column 2 fieldnam ... e: title printed length: 24 characters storage length: -1 bytes field type: varchar 参考 pg_field ...
https://man.plustar.jp/php/function.pg-field-name.html - [similar]
クオータレベルの設定、メールボックス毎の使用状況を取得する 10911
« imap_gc imap_get_quotaroot » PHP Manual IMAP 関数 クオータレベルの設定、メールボックス毎の使用 ... r.kalowsky" ); if ( is_array ( $quota_values )) { $storage = $quota_values [ 'STORAGE' ]; echo "STORAGE usage ... level is: " . $storage [ 'usage' ]; echo "STORAGE limit level is: " . $st ...
https://man.plustar.jp/php/function.imap-get-quota.html - [similar]
指定したフィールドの内部記憶領域におけるサイズを返す 10072
« pg_field_prtlen pg_field_table » PHP Manual PostgreSQL 関数 指定したフィールドの内部記憶領域に ... en ( $res , $fieldname ) . " characters\n" ; echo "storage length: " . pg_field_size ( $res , $j ) . " bytes\ ... n 0 fieldname: author printed length: 6 characters storage length: -1 bytes field type: varchar column 1 fiel ... dname: year printed length: 4 characters storage length: 2 bytes field type: int2 column 2 fieldnam ... e: title printed length: 24 characters storage length: -1 bytes field type: varchar 参考 pg_field ...
https://man.plustar.jp/php/function.pg-field-size.html - [similar]
別のストレージからすべてのオブジェクトを追加する 10072
« SplObjectStorage SplObjectStorage::attach » PHP Manual SplObjectStorage 別のストレージからすべ ... てのオブジェクトを追加する SplObjectStorage::addAll (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplObjectSt ... すべてのオブジェクトを追加する 説明 public SplObjectStorage::addAll ( SplObjectStorage $storage ): int 別のスト ... のペアを、 現在のストレージに追加します。 パラメータ storage インポートしたいストレージ。 戻り値 ストレージにあ ... るオブジェクトの数を返します。 例 例1 SplObjectStorage::addAll() の例 <?php $o = new StdClass ; $a = new ...
https://man.plustar.jp/php/splobjectstorage.addall.html - [similar]
表示される長さを返す 9842
« pg_field_num pg_field_size » PHP Manual PostgreSQL 関数 表示される長さを返す pg_field_prtlen ( ... en ( $res , $fieldname ) . " characters\n" ; echo "storage length: " . pg_field_size ( $res , $j ) . " bytes\ ... n 0 fieldname: author printed length: 6 characters storage length: -1 bytes field type: varchar column 1 fiel ... dname: year printed length: 4 characters storage length: 2 bytes field type: int2 column 2 fieldnam ... e: title printed length: 24 characters storage length: -1 bytes field type: varchar 参考 pg_field ...
https://man.plustar.jp/php/function.pg-field-prtlen.html - [similar]
別のストレージに含まれているオブジェクトを現在のストレージから取り除く 9842
« SplObjectStorage::offsetUnset SplObjectStorage::removeAllExcept » PHP Manual SplObjectStorage ... オブジェクトを現在のストレージから取り除く SplObjectStorage::removeAll (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplObjec ... tStorage::removeAll — 別のストレージに含まれているオブジェク ... を現在のストレージから取り除く 説明 public SplObjectStorage::removeAll ( SplObjectStorage $storage ): int 別の ... クトを現在のストレージから取り除きます。 パラメータ storage 取り除きたい要素を含むストレージ。 戻り値 取り除か ...
https://man.plustar.jp/php/splobjectstorage.removeall.html - [similar]
別のストレージに含まれているもの以外のすべてのオブジェクトを現在のストレージから... 9710
« SplObjectStorage::removeAll SplObjectStorage::rewind » PHP Manual SplObjectStorage 別のストレー ... オブジェクトを現在のストレージから取り除く SplObjectStorage::removeAllExcept (PHP 5 >= 5.3.6, PHP 7, PHP 8) Sp ... lObjectStorage::removeAllExcept — 別のストレージに含まれているもの ... を現在のストレージから取り除く 説明 public SplObjectStorage::removeAllExcept ( SplObjectStorage $storage ): in ... クトを現在のストレージから取り除きます。 パラメータ storage 現在のストレージに残しておきたい要素を含むストレー ...
https://man.plustar.jp/php/splobjectstorage.removeallexcept.html - [similar]
Write and push data into Swoole channel. 9348
« Swoole\Channel::pop Swoole\Channel::stats » PHP Manual Swoole\Channel Write and push data into ... more than 8KB, swoole channel will use temp files storage. The function will return true if the write operat ... into , swoole , string , variable , not , return , storage , Wheter ...
https://man.plustar.jp/php/swoole-channel.push.html - [similar]
SplObjectStorage クラス 9233
« SplFixedArray::__wakeup SplObjectStorage::addAll » PHP Manual データ構造 SplObjectStorage クラ ... ス SplObjectStorage クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに Spl ... ObjectStorage クラスは、オブジェクトをデータに対応させたり、 デー ... 特定したい場合に便利です。 クラス概要 class SplObjectStorage implements Countable , Iterator , Serializable , A ... ayAccess { /* メソッド */ public addAll ( SplObjectStorage $storage ): int public attach ( object $object , m ...
https://man.plustar.jp/php/class.splobjectstorage.html - [similar]
PREV 1 2 3 NEXT