| Procedural File: Hiero.phpSource Location: /Arabic/Hiero.php
 
 
 
 
Classes:I18N_Arabic_Hiero
	Translate English word into Hieroglyphics 
 
 Page Details:----------------------------------------------------------------------
 
 Copyright (c) 2006-2016 Khaled Al-Sham'aa. http://www.ar-php.org PHP Version 5 ---------------------------------------------------------------------- LICENSE This program is open source product; you can redistribute it and/or  modify it under the terms of the GNU Lesser General Public License (LGPL)  as published by the Free Software Foundation; either version 3  of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful,  but WITHOUT ANY WARRANTY; without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License  along with this program.  If not, see <http://www.gnu.org/licenses/lgpl.txt>. ---------------------------------------------------------------------- Class Name: Translate English word into Hieroglyphics Filename:   Hiero.php Original    Author(s): Khaled Al-Sham'aa <khaled@ar-php.org> Purpose:    Translate English word into Hieroglyphics ---------------------------------------------------------------------- Translate English word into Hieroglyphics Royality is made affordable, and within your reach. Now you can have The  Royal Cartouche custome made in Egypt in 18 Kt. Gold with your name  translated and inscribed in Hieroglyphic. Originally, the Cartouche was worn only by the Pharaohs or Kings of Egypt.  The Pharaoh was considered a living God and his Cartouche was his insignia.  The "Magical Oval" in which the Pharaoh's first name was written was intended  to protect him from evil spirits both while he lived and in the afterworld  when entombed. Over the past 5000 years the Cartouche has become a universal symbol of long  life, good luck and protection from any evil. Now you can acquire this ancient pendent handmade in Egypt from pure 18 Karat  Egyptian gold with your name spelled out in the same way as King Tut, Ramses,  Queen Nefertiti did. Example:        include('./I18N/Arabic.php');      $word = $_GET['w'];     $im   = $obj->str2hiero($word);      header ("Content-type: image/jpeg");     ImageDestroy($im);
 
 
 
 Tags:
 
 
 
 
 
 
 |