php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: function.intl-get-error-code.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  Get the last error code				  				 				 				 intl_error_name				 intl_get_error_message				 intl Functions				 PHP Manual								 				  intl_get_error_code				  (No version information available, might be only in CVS)intl_get_error_code — Get the last error code								 								 				  Description				  				   integer				    intl_get_error_code				    ( void				   )								  				   Useful to handle errors occured in static methods when there's no object to				   get error code from.				  				 												 				  Return Values				  				   Error code returned by the last API function call.				  				 												 				  Examples				  				   				    Example #1 intl_get_error_code() example				    								<?php$coll = collator_create( '<bad_param>' );if( !$coll ) {    handle_error( intl_get_error_code() );}?>												    								   				  				 												 				  See Also				  				   				    intl_is_failure()				    intl_error_name()				    intl_get_error_message()				    collator_get_error_code()				    numfmt_get_error_code()				   				  				 												 intl_error_name				 intl_get_error_message				 intl Functions				 PHP Manual											

相关资源