{"id":1540,"date":"2024-07-27T14:08:41","date_gmt":"2024-07-27T06:08:41","guid":{"rendered":"https:\/\/log.tanxiaodian.com\/?p=1540"},"modified":"2024-07-27T14:25:36","modified_gmt":"2024-07-27T06:25:36","slug":"%e8%ae%b0%e5%bd%95%e5%87%a0%e4%b8%aaphp%e7%b3%bb%e7%bb%9f%e5%87%bd%e6%95%b0","status":"publish","type":"post","link":"https:\/\/log.tanxiaodian.com\/?p=1540","title":{"rendered":"\u8bb0\u5f55\u51e0\u4e2aPHP\u7cfb\u7edf\u51fd\u6570"},"content":{"rendered":"\n<p><strong>set_exception_handler&nbsp;<\/strong>\u2014&nbsp;\u8bbe\u7f6e\u7528\u6237\u81ea\u5b9a\u4e49\u7684\u5f02\u5e38\u5904\u7406\u51fd\u6570<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>set_exception_handler(array('core', 'handleException'));<\/code><\/pre>\n\n\n\n<p>\u9047\u5230\u5f02\u5e38\u65f6 \u4f1a\u4f7f\u7528 core\u7c7b\u4e2d \u7684  handleException\u65b9\u6cd5\u627f\u63a5<\/p>\n\n\n\n<p><strong>set_error_handler&nbsp;<\/strong>\u2014&nbsp;\u8bbe\u7f6e\u7528\u6237\u81ea\u5b9a\u4e49\u7684\u9519\u8bef\u5904\u7406\u51fd\u6570<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>set_error_handler(array('core', 'handleError'));<\/code><\/pre>\n\n\n\n<p>\u9047\u5230\u9519\u8bef\u65f6 \u4f1a\u4f7f\u7528 core\u7c7b\u4e2d\u7684  handleError  \u53bb\u627f\u63a5<\/p>\n\n\n\n<p><strong>register_shutdown_function<\/strong>&nbsp;\u2014&nbsp;\u6ce8\u518c\u5728\u5173\u95ed\u65f6\u6267\u884c\u7684\u51fd\u6570<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>register_shutdown_function(array('core', 'handleShutdown'));<\/code><\/pre>\n\n\n\n<p> \u5b83\u4f1a\u5728\u811a\u672c\u6267\u884c\u5b8c\u6210\u6216\u8005&nbsp;<a href=\"https:\/\/www.php.net\/manual\/zh\/function.exit.php\">exit()<\/a>&nbsp;\u540e\u88ab\u8c03\u7528 \u4f1a\u4f7f\u7528 core\u7c7b\u4e2d\u7684   handleShutdown  \u53bb\u627f\u63a5 <\/p>\n\n\n\n<p><strong>spl_autoload_register<\/strong>&nbsp;\u2014&nbsp;\u6ce8\u518c\u6307\u5b9a\u7684\u51fd\u6570\u4f5c\u4e3a __autoload \u7684\u5b9e\u73b0<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>spl_autoload_register(array('core', 'autoload'));<\/code><\/pre>\n\n\n\n<p>\u9047\u5230\u7c7b\u65f6\u7cfb\u7edf\u4f1a\u81ea\u52a8\u8c03\u7528 core\u7684  autoload\u65b9\u6cd5 <\/p>\n\n\n\n<p><strong>__invoke     <\/strong>\u5f53\u7528\u8c03\u7528\u51fd\u6570\u7684\u65b9\u5f0f\u8c03\u7528\u4e00\u4e2a\u5bf9\u8c61\u7684\u65f6\u5019\u89e6\u53d1<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"588\" height=\"369\" src=\"https:\/\/log.tanxiaodian.com\/wp-content\/uploads\/2024\/07\/image.png\" alt=\"\" class=\"wp-image-1543\" srcset=\"https:\/\/log.tanxiaodian.com\/wp-content\/uploads\/2024\/07\/image.png 588w, https:\/\/log.tanxiaodian.com\/wp-content\/uploads\/2024\/07\/image-300x188.png 300w\" sizes=\"(max-width: 588px) 100vw, 588px\" \/><\/figure>\n\n\n\n<p><strong>_ _set\u548c __get<\/strong>\u9b54\u672f\u65b9\u6cd5<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"659\" height=\"963\" src=\"https:\/\/log.tanxiaodian.com\/wp-content\/uploads\/2024\/07\/image-1.png\" alt=\"\" class=\"wp-image-1545\" srcset=\"https:\/\/log.tanxiaodian.com\/wp-content\/uploads\/2024\/07\/image-1.png 659w, https:\/\/log.tanxiaodian.com\/wp-content\/uploads\/2024\/07\/image-1-205x300.png 205w\" sizes=\"(max-width: 659px) 100vw, 659px\" \/><\/figure>\n\n\n\n<p><strong>_ _call()  <\/strong> \u5728\u5bf9\u8c61\u4e2d\u8c03\u7528\u4e00\u4e2a\u4e0d\u53ef\u8bbf\u95ee\u7684\u65b9\u6cd5\u65f6\u8c03\u7528<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"648\" height=\"595\" src=\"https:\/\/log.tanxiaodian.com\/wp-content\/uploads\/2024\/07\/image-2.png\" alt=\"\" class=\"wp-image-1546\" srcset=\"https:\/\/log.tanxiaodian.com\/wp-content\/uploads\/2024\/07\/image-2.png 648w, https:\/\/log.tanxiaodian.com\/wp-content\/uploads\/2024\/07\/image-2-300x275.png 300w\" sizes=\"(max-width: 648px) 100vw, 648px\" \/><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>set_exception_handler&#038;nbs&#8230;<\/p>\n<div class=\"more-link-wrapper\"><a class=\"more-link\" href=\"https:\/\/log.tanxiaodian.com\/?p=1540\">Continue reading<span class=\"screen-reader-text\">\u8bb0\u5f55\u51e0\u4e2aPHP\u7cfb\u7edf\u51fd\u6570<\/span><\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[154],"_links":{"self":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts\/1540"}],"collection":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1540"}],"version-history":[{"count":2,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts\/1540\/revisions"}],"predecessor-version":[{"id":1547,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts\/1540\/revisions\/1547"}],"wp:attachment":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1540"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1540"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}