Exemplo n.º 1
0
<div class="Paragraph">
<h2>Example Output:</h2>
<?php
    error_reporting(E_STRICT);
    $time_start = microtime(true);

    $text = 'ÈÓã Çááå ÇáÑÍãä ÇáÑÍíã';

    include('../Arabic.php');
    $object = new Arabic('ArCharsetD');
    
    $charset = $object->getCharset($text);
    
    echo "$text ($charset) <br/>";
	
	print_r($object->guess($text));
?>

</div><br />
<div class="Paragraph">
<h2>Example Code:</h2>
<?php
highlight_string(<<<'END'
<?php
    $text = 'ÈÓã Çááå ÇáÑÍãä ÇáÑÍíã';

    include('../Arabic.php');
    $object = new Arabic('ArCharsetD');
    
    $charset = $object->getCharset($text);