update : 2015.11.03
php.shukuma.com검색:
|
Phar::addFromString(Unknown) Phar::addFromString — Add a file from a string to the phar archive 설명
public void Phar::addFromString
( string
$localname
, string $contents
)
With this method, any string can be added to the phar archive. The file will be stored in the archive with localname as its path. This method is similar to ZipArchive::addFromString(). 인수
반환값no return value, exception is thrown on failure. 예제
Example #1 A Phar::addFromString() example
<?php 참고
|