JBZoo\Data\Data::write PHP 메소드

write() 공개 메소드

Encode an array or an object in INI format
public write ( ) : string
리턴 string
    public function write()
    {
        return $this->_encode($this->getArrayCopy());
    }