update : 2015.11.03
php.shukuma.com검색:
|
XMLReader::setSchema(PHP 5 >= 5.2.0) XMLReader::setSchema — Validate document against XSD 설명
public bool XMLReader::setSchema
( string
$filename
)Use W3C XSD schema to validate the document as it is processed. Activation is only possible before the first Read(). 인수
반환값
성공 시 오류/예외
Issues 주의Caution
이 함수는 PHP가 libxml 20620 이후와 함께 컴파일 되었을 때만 사용할 수 있습니다. 참고
|