update : 2015.11.03
php.shukuma.com검색:
|
DOMDocument::save(PHP 5, PHP 7) DOMDocument::save — Dumps the internal XML tree back into a file 설명
public int DOMDocument::save
( string
$filename
[, int $options
] )Creates an XML document from the DOM representation. This function is usually called after building a new dom document from scratch as in the example below. 인수
반환값
Returns the number of bytes written or 변경점
예제
Example #1 Saving a DOM tree into a file
<?php 참고
|