downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Yapılandırma/Kurulum> <DOM
[edit] Last updated: Fri, 23 Mar 2012

view this page in

Giriş

DOM eklentisi, PHP 5 ile DOM arayüzü sayesinde XML belgeler üzerinde işlem yapmayı sağlar.

PHP 4 için, DOM XML eklentisini kullanın.

Bilginize:

DOM eklentisi UTF-8 kodlama kullanır. ISO-8859-1 belgelerle çalışmak için utf8_encode() ve utf8_decode() işlevlerini, diğer karakter kodlamaları için ise iconv eklentisinin işlevlerini kullanın.



add a note add a note User Contributed Notes Giriş
richso 15-May-2008 08:49
this module parse and decode XML into utf-8 characters for no matter what the encoding is in you source XML, therefore use carefully for some not-so-standard encoding like "big5-hkscs"

 
show source | credits | sitemap | contact | advertising | mirror sites