diff --git a/reference/classobj/functions/is-a.xml b/reference/classobj/functions/is-a.xml index 33effcf84..7bcc350dc 100644 --- a/reference/classobj/functions/is-a.xml +++ b/reference/classobj/functions/is-a.xml @@ -1,6 +1,6 @@ - + @@ -89,6 +89,15 @@ if (is_a($WF, 'WidgetFactory')) { - - + + method_exists @@ -51,6 +51,28 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 7.4.0 + + 针对继承的私有方法的类检查现在返回 false。 + + + + + + + &reftitle.examples; @@ -94,6 +116,13 @@ bool(true) &reftitle.notes; ¬e.uses-autoload; + + + method_exists 函数无法检测使用 + __call + 魔术方法访问的方法。 + + @@ -126,4 +155,4 @@ End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 ---> \ No newline at end of file +--> diff --git a/reference/curl/book.xml b/reference/curl/book.xml index c071f16a7..17e5e0967 100644 --- a/reference/curl/book.xml +++ b/reference/curl/book.xml @@ -1,7 +1,7 @@ - - + + @@ -24,6 +24,7 @@ &reference.curl.curlhandle; &reference.curl.curlmultihandle; &reference.curl.curlsharehandle; + &reference.curl.curlsharepersistenthandle; &reference.curl.curlfile; &reference.curl.curlstringfile; diff --git a/reference/curl/curlsharepersistenthandle.xml b/reference/curl/curlsharepersistenthandle.xml new file mode 100644 index 000000000..af71d55ff --- /dev/null +++ b/reference/curl/curlsharepersistenthandle.xml @@ -0,0 +1,80 @@ + + + + + CurlSharePersistentHandle 类 + CurlSharePersistentHandle + + + + +
+ &reftitle.intro; + + 代表一个持久的 cURL "share" 句柄。 + +
+ + +
+ &reftitle.classsynopsis; + + + + + final + CurlSharePersistentHandle + + + &Properties; + + public + readonly + array + options + + + + +
+ + +
+ &reftitle.properties; + + + options + + 使用此句柄共享的 CURL_LOCK_DATA_* 缓存。 + + + +
+ + + +
+ + + +
+ diff --git a/reference/curl/functions/curl-share-init.xml b/reference/curl/functions/curl-share-init.xml index ede4a68b0..eb2d23c61 100644 --- a/reference/curl/functions/curl-share-init.xml +++ b/reference/curl/functions/curl-share-init.xml @@ -1,7 +1,7 @@ - - + + curl_share_init @@ -103,6 +103,7 @@ curl_close($ch2); curl_share_setopt curl_share_close + curl_share_init_persistent
diff --git a/reference/errorfunc/functions/restore-error-handler.xml b/reference/errorfunc/functions/restore-error-handler.xml index 2a5afe907..a3e45d775 100644 --- a/reference/errorfunc/functions/restore-error-handler.xml +++ b/reference/errorfunc/functions/restore-error-handler.xml @@ -1,7 +1,7 @@ - - + + restore_error_handler @@ -73,6 +73,7 @@ Invalid serialized value. error_reporting set_error_handler + get_error_handler restore_exception_handler trigger_error diff --git a/reference/errorfunc/functions/restore-exception-handler.xml b/reference/errorfunc/functions/restore-exception-handler.xml index 53115ee63..ea518002f 100644 --- a/reference/errorfunc/functions/restore-exception-handler.xml +++ b/reference/errorfunc/functions/restore-exception-handler.xml @@ -1,7 +1,7 @@ - - + + restore_exception_handler @@ -76,6 +76,7 @@ set_exception_handler + get_exception_handler set_error_handler restore_error_handler error_reporting diff --git a/reference/errorfunc/functions/set-error-handler.xml b/reference/errorfunc/functions/set-error-handler.xml index 474538373..2a928d561 100644 --- a/reference/errorfunc/functions/set-error-handler.xml +++ b/reference/errorfunc/functions/set-error-handler.xml @@ -1,7 +1,7 @@ - - + + set_error_handler @@ -141,8 +141,8 @@ &reftitle.returnvalues; - 如果之前定义的错误处理程序(如果有)。如果是内置的错误处理程序,则返回 - &null;。如果之前的错误处理程序是一个类的方法,此函数会返回带类和方法名的索引数组。 + Returns the previously defined error handler (if any) as a callable. + If the built-in error handler is used &null; is returned. @@ -322,7 +322,7 @@ Aborting...
ErrorException error_reporting - restore_error_handler + get_error_handler trigger_error error level constants diff --git a/reference/errorfunc/functions/set-exception-handler.xml b/reference/errorfunc/functions/set-exception-handler.xml index 32ccaab08..4f142682f 100644 --- a/reference/errorfunc/functions/set-exception-handler.xml +++ b/reference/errorfunc/functions/set-exception-handler.xml @@ -1,7 +1,7 @@ - - + + set_exception_handler @@ -85,6 +85,7 @@ echo "Not Executed\n"; &reftitle.seealso; + get_exception_handler restore_exception_handler restore_error_handler error_reporting diff --git a/reference/event/book.xml b/reference/event/book.xml index 30fa6652b..6c7a84c9a 100644 --- a/reference/event/book.xml +++ b/reference/event/book.xml @@ -1,6 +1,7 @@ - + + Event diff --git a/reference/event/eventconfig.xml b/reference/event/eventconfig.xml index 020c36389..c7a572300 100644 --- a/reference/event/eventconfig.xml +++ b/reference/event/eventconfig.xml @@ -1,6 +1,7 @@ - + + EventConfig 类 EventConfig diff --git a/reference/event/setup.xml b/reference/event/setup.xml index 733cde547..55fab4516 100644 --- a/reference/event/setup.xml +++ b/reference/event/setup.xml @@ -1,6 +1,6 @@ - + &reftitle.setup;