| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
SplObjectStorage::serialize(PHP 5 >= 5.2.2) SplObjectStorage::serialize — Serializes the storage 설명
   public string SplObjectStorage::serialize
    ( void
   ) 
  Returns a string representation of the storage. 인수이 함수는 인수가 없습니다. 반환값A string representing the storage. 예제
 Example #1 SplObjectStorage::serialize() example 
<?php위 예제의 출력 예시: 
x:i:1;O:8:"stdClass":0:{},s:4:"data";;m:a:0:{}
 |