{"id":49236,"date":"2024-12-02T14:20:56","date_gmt":"2024-12-02T06:20:56","guid":{"rendered":"https:\/\/fwq.ai\/blog\/49236\/"},"modified":"2024-12-02T14:20:56","modified_gmt":"2024-12-02T06:20:56","slug":"php-class-%e4%b8%ad%e5%a6%82%e4%bd%95%e8%ae%bf%e9%97%ae-_session-%e5%8f%98%e9%87%8f%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/49236\/","title":{"rendered":"PHP Class \u4e2d\u5982\u4f55\u8bbf\u95ee $_SESSION \u53d8\u91cf\uff1f"},"content":{"rendered":"<p><b><\/b> <\/p>\n<h1>PHP Class \u4e2d\u5982\u4f55\u8bbf\u95ee $_SESSION \u53d8\u91cf\uff1f<\/h1>\n<p>\u4e00\u5206\u8015\u8018\uff0c\u4e00\u5206\u6536\u83b7\uff01\u65e2\u7136\u6253\u5f00\u4e86\u8fd9\u7bc7\u6587\u7ae0<span style=\"color: #FF6600;, Helvetica, Arial, sans-serif;font-size: 14px;background-color: #FFFFFF\">\u300aPHP Class \u4e2d\u5982\u4f55\u8bbf\u95ee $_SESSION \u53d8\u91cf\uff1f\u300b<\/span>\uff0c\u5c31\u575a\u6301\u770b\u4e0b\u53bb\u5427\uff01\u6587\u4e2d\u5185\u5bb9\u5305\u542b<span style=\"color: #FF6600;, Helvetica, Arial, sans-serif;font-size: 14px;background-color: #FFFFFF\"><\/span>\u7b49\u7b49\u77e5\u8bc6\u70b9&#8230;\u5e0c\u671b\u4f60\u80fd\u5728\u9605\u8bfb\u672c\u6587\u540e\uff0c\u80fd\u771f\u771f\u5b9e\u5b9e\u5b66\u5230\u77e5\u8bc6\u6216\u8005\u5e2e\u4f60\u89e3\u51b3\u5fc3\u4e2d\u7684\u7591\u60d1\uff0c\u4e5f\u6b22\u8fce\u5927\u4f6c\u6216\u8005\u65b0\u4eba\u670b\u53cb\u4eec\u591a\u7559\u8a00\u8bc4\u8bba\uff0c\u591a\u7ed9\u5efa\u8bae\uff01\u8c22\u8c22\uff01<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.17golang.com\/uploads\/20241120\/1732096837673db345039de.jpg\" class=\"aligncenter\" title=\"PHP Class \u4e2d\u5982\u4f55\u8bbf\u95ee $_SESSION \u53d8\u91cf\uff1f\u63d2\u56fe\" alt=\"PHP Class \u4e2d\u5982\u4f55\u8bbf\u95ee $_SESSION \u53d8\u91cf\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>php class \u4e2d\u5982\u4f55\u5728 function \u4e2d\u4f7f\u7528 $_session<\/strong><\/p>\n<p>\u5728 php \u4e2d\uff0c\u4e3a\u4e86\u5728\u7c7b\u7684function\u4e2d\u4f7f\u7528 $_session\uff0c\u9700\u8981\u660e\u786e\u5730\u5c06 $_session \u4f5c\u4e3a\u53c2\u6570\u4f20\u9012\u7ed9\u8be5 function\u3002<\/p>\n<p>\u5982\u793a\u4f8b\u6240\u793a\uff1a<\/p>\n<pre>class ccc {\n  public function aaa(array $session) {\n      return $session['rrr'];\n  }\n\n  public function abc() {\n      $_session['rrr'] = 123;\n      return $_session['rrr'];\n  }\n}<\/pre>\n<p>\u5728\u6267\u884c\u4e0a\u8ff0\u4ee3\u7801\u65f6\uff0c\u9700\u8981\u5c06 $_session \u4f5c\u4e3a\u53c2\u6570\u4f20\u9012\u7ed9 aaa function\uff0c\u5982\u4e0b\uff1a<\/p>\n<pre>$ccc = new ccc();\n$session = $_session;\n$result = $ccc-&gt;aaa($session);<\/pre>\n<p>\u8fd9\u6837\uff0caaa function \u5c31\u53ef\u4ee5\u8bbf\u95ee $_session \u5e76\u83b7\u53d6\u5230\u76f8\u5e94\u7684\u503c\u3002<\/p>\n<p>\u5728\u6d4f\u89c8\u5668\u4e2d\u6267\u884c\u6b64\u4ee3\u7801\u65f6\uff0c\u6d4f\u89c8\u5668\u4f1a\u81ea\u52a8\u5904\u7406 session\uff0c\u56e0\u6b64\u4e0d\u9700\u8981\u663e\u5f0f\u4f20\u9012 $_session\u3002\u4f46\u5982\u679c\u4f7f\u7528\u7c7b\u4f3c curl \u7684\u5de5\u5177\u6d4b\u8bd5\uff0c\u5219\u9700\u8981\u4f20\u9012 $_session\uff0c\u56e0\u4e3a\u5b83\u4e0d\u4f1a\u81ea\u52a8\u5904\u7406 session\u3002<\/p>\n<p>\u8981\u89e3\u51b3\u6b64\u95ee\u9898\uff0c\u53ef\u4ee5\u5728\u8bf7\u6c42\u53d1\u8d77\u524d\u624b\u52a8\u8bbe\u7f6e cookie\uff1a<\/p>\n<pre>$cookie = 'PHPSESSID=' . session_id();\ncurl_setopt($ch, CURLOPT_COOKIE, $cookie);<\/pre>\n<p>\u4eca\u5929\u5173\u4e8e\u300aPHP Class \u4e2d\u5982\u4f55\u8bbf\u95ee $_SESSION \u53d8\u91cf\uff1f\u300b\u7684\u5185\u5bb9\u4ecb\u7ecd\u5c31\u5230\u6b64\u7ed3\u675f\uff0c\u5982\u679c\u6709\u4ec0\u4e48\u7591\u95ee\u6216\u8005\u5efa\u8bae\uff0c\u53ef\u4ee5\u5728\u7c73\u4e91\u516c\u4f17\u53f7\u4e0b\u591a\u591a\u56de\u590d\u4ea4\u6d41\uff1b\u6587\u4e2d\u82e5\u6709\u4e0d\u6b63\u4e4b\u5904\uff0c\u4e5f\u5e0c\u671b\u56de\u590d\u7559\u8a00\u4ee5\u544a\u77e5\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PHP Class \u4e2d\u5982\u4f55\u8bbf\u95ee $_SESSION \u53d8\u91cf\uff1f \u4e00\u5206\u8015\u8018\uff0c\u4e00\u5206\u6536\u83b7\uff01\u65e2\u7136\u6253\u5f00\u4e86\u8fd9\u7bc7\u6587\u7ae0\u300aPHP Class \u4e2d\u5982\u4f55\u8bbf\u95ee $_SESSION \u53d8\u91cf\uff1f\u300b\uff0c\u5c31\u575a\u6301\u770b\u4e0b\u53bb\u5427\uff01\u6587\u4e2d\u5185\u5bb9\u5305\u542b\u7b49\u7b49\u77e5\u8bc6\u70b9&#8230;\u5e0c\u671b\u4f60\u80fd\u5728\u9605\u8bfb\u672c\u6587\u540e\uff0c\u80fd\u771f\u771f\u5b9e\u5b9e\u5b66\u5230\u77e5\u8bc6\u6216\u8005\u5e2e\u4f60\u89e3\u51b3\u5fc3\u4e2d\u7684\u7591\u60d1\uff0c\u4e5f\u6b22\u8fce\u5927\u4f6c\u6216\u8005\u65b0\u4eba\u670b\u53cb\u4eec\u591a\u7559\u8a00\u8bc4\u8bba\uff0c\u591a\u7ed9\u5efa\u8bae\uff01\u8c22\u8c22\uff01 php class \u4e2d\u5982\u4f55\u5728 function \u4e2d\u4f7f\u7528 $_session \u5728 php \u4e2d\uff0c\u4e3a\u4e86\u5728\u7c7b\u7684function\u4e2d\u4f7f\u7528 $_session\uff0c\u9700\u8981\u660e\u786e\u5730\u5c06 $_session \u4f5c\u4e3a\u53c2\u6570\u4f20\u9012\u7ed9\u8be5 function\u3002 \u5982\u793a\u4f8b\u6240\u793a\uff1a class ccc { public function aaa(array $session) { return $session[&#8216;rrr&#8217;]; } public function abc() { $_session[&#8216;rrr&#8217;] = 123; return $_session[&#8216;rrr&#8217;]; } } \u5728\u6267\u884c\u4e0a\u8ff0\u4ee3\u7801\u65f6\uff0c\u9700\u8981\u5c06 $_session \u4f5c\u4e3a\u53c2\u6570\u4f20\u9012\u7ed9 aaa function\uff0c\u5982\u4e0b\uff1a $ccc = new ccc(); [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-49236","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/49236","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=49236"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/49236\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=49236"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=49236"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=49236"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}