Prev
HTML
ExcelExplorer Manual Next
IsRichText


EEData::UTF8

(ExcelExplorer 4.0)

Returns data in UTF-8 coding.

mixed UTF8(  )
Parameters
None
Description

Returns data converted to UTF-8 coding. This coding is widely used in the XML documents, databases and more.

Print string in the UTF-8 coding


<?php


  
echo $ee->Cell($sheet,$col,$row)->Data()->UTF8();

?>

 
Prev
HTML
Home
Up
Next
IsRichText

 
© 2002-2009 EEPHP.com
All Rights Reserved.