⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 php_gettext.h

📁 php-4.4.7学习linux时下载的源代码
💻 H
字号:
/*   +----------------------------------------------------------------------+   | PHP Version 4                                                        |   +----------------------------------------------------------------------+   | Copyright (c) 1997-2007 The PHP Group                                |   +----------------------------------------------------------------------+   | This source file is subject to version 3.01 of the PHP license,      |   | that is bundled with this package in the file LICENSE, and is        |   | available through the world-wide-web at the following url:           |   | http://www.php.net/license/3_01.txt                                  |   | If you did not receive a copy of the PHP license and are unable to   |   | obtain it through the world-wide-web, please send a note to          |   | license@php.net so we can mail you a copy immediately.               |   +----------------------------------------------------------------------+   | Author: Alex Plotnick <alex@wgate.com>                               |   +----------------------------------------------------------------------+*//* $Id: php_gettext.h,v 1.15.8.2.4.2 2007/01/01 09:46:42 sebastian Exp $ */#ifndef PHP_GETTEXT_H#define PHP_GETTEXT_H#if HAVE_LIBINTLextern zend_module_entry php_gettext_module_entry;#define gettext_module_ptr &php_gettext_module_entryPHP_MINFO_FUNCTION(php_gettext);PHP_NAMED_FUNCTION(zif_textdomain);PHP_NAMED_FUNCTION(zif_gettext);PHP_NAMED_FUNCTION(zif_dgettext);PHP_NAMED_FUNCTION(zif_dcgettext);PHP_NAMED_FUNCTION(zif_bindtextdomain);#if HAVE_NGETTEXTPHP_NAMED_FUNCTION(zif_ngettext);#endif#if HAVE_DNGETTEXTPHP_NAMED_FUNCTION(zif_dngettext);#endif#if HAVE_DCNGETTEXTPHP_NAMED_FUNCTION(zif_dcngettext);#endif#if HAVE_BIND_TEXTDOMAIN_CODESETPHP_NAMED_FUNCTION(zif_bind_textdomain_codeset);#endif#else#define gettext_module_ptr NULL#endif /* HAVE_LIBINTL */#define phpext_gettext_ptr gettext_module_ptr#endif /* PHP_GETTEXT_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -