Phar::offsetSet

Phar::offsetSet

(PHP >= 5.3.0, PECL phar >= 1.0.0)

Phar::offsetSetset the contents of an internal file to those of an external file

Description

public void Phar::offsetSet ( string $offset , string $value )

Note:

This method requires the php.ini setting phar.readonly to be set to 0 in order to work for Phar objects. Otherwise, a PharException will be thrown.

This is