Procedural File: Arabic.php
Source Location: /Arabic.php
Classes:
Arabic
Core PHP and Arabic language class
ArabicException
Arabic Exception class defined by extending the built-in Exception class.
Page Details:
Set of PHP classes developed to enhance Arabic web applications by providing set of tools includes stem-based searching, translitiration, soundex, Hijri calendar, charset detection and converter, spell numbers, keyboard language, Muslim prayer time, auto-summarization, and more...
Copyright (C) 2009 by Khaled Al-Shamaa. http://www.ar-php.org ---------------------------------------------------------------------- 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: PHP and Arabic Language Filename: Arabic.php Original Author(s): Khaled Al-Sham'aa <khaled.alshamaa@gmail.com> Purpose: Set of PHP classes developed to enhance Arabic web applications by providing set of tools includes stem-based searching, translitiration, soundex, Hijri calendar, charset detection and converter, spell numbers, keyboard language, Muslim prayer time, auto-summarization, and more... ----------------------------------------------------------------------
Tags:
myErrorHandler [line 74]
boolean myErrorHandler(
int $errno, string $errstr, string $errfile, int $errline)
|
|
Error handler function
Tags:
Parameters
int |
$errno |
The level of the error raised |
string |
$errstr |
The error message |
string |
$errfile |
The filename that the error was raised in |
int |
$errline |
The line number the error was raised at |
|