{"id":2949,"date":"2025-03-18T23:41:09","date_gmt":"2025-03-18T15:41:09","guid":{"rendered":"https:\/\/www.laixuexila.com\/?p=2949"},"modified":"2025-03-18T23:41:09","modified_gmt":"2025-03-18T15:41:09","slug":"php-%e5%8f%98%e9%87%8f%ef%bc%88%e8%af%a6%e7%bb%86%e8%ae%b2%e8%a7%a3%ef%bc%89","status":"publish","type":"post","link":"https:\/\/www.laixuexila.com\/index.php\/2025\/03\/18\/php-%e5%8f%98%e9%87%8f%ef%bc%88%e8%af%a6%e7%bb%86%e8%ae%b2%e8%a7%a3%ef%bc%89\/","title":{"rendered":"PHP \u53d8\u91cf\uff08\u8be6\u7ec6\u8bb2\u89e3\uff09"},"content":{"rendered":"\n<p>\u5728 PHP \u4e2d\uff0c\u53d8\u91cf\u7528\u4e8e\u5b58\u50a8\u6570\u636e\uff0c\u5e76\u4e14\u53ef\u4ee5\u52a8\u6001\u5206\u914d\u4e0d\u540c\u7c7b\u578b\u7684\u503c\u3002\u4ee5\u4e0b\u662f PHP \u53d8\u91cf\u7684\u5b8c\u6574\u6307\u5357\uff0c\u5305\u62ec\u5b9a\u4e49\u3001\u4f5c\u7528\u57df\u3001\u53d8\u91cf\u7c7b\u578b\u3001\u53d8\u91cf\u64cd\u4f5c\u7b49\u5185\u5bb9\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>1. PHP \u53d8\u91cf\u57fa\u7840<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1.1 \u53d8\u91cf\u7684\u5b9a\u4e49\u4e0e\u8d4b\u503c<\/strong><\/h3>\n\n\n\n<p>PHP \u53d8\u91cf\u4ee5 <code>$<\/code> \u7b26\u53f7\u5f00\u5934\uff0c\u5e76\u53ef\u4ee5\u5b58\u50a8\u4e0d\u540c\u7c7b\u578b\u7684\u6570\u636e\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$name = \"Alice\";    \/\/ \u5b57\u7b26\u4e32\n$age = 25;          \/\/ \u6574\u6570\n$price = 19.99;     \/\/ \u6d6e\u70b9\u6570\n$isStudent = true;  \/\/ \u5e03\u5c14\u503c\n\necho \"\u59d3\u540d: $name, \u5e74\u9f84: $age\";\n?&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>1.2 \u53d8\u91cf\u547d\u540d\u89c4\u5219<\/strong><\/h3>\n\n\n\n<p>\u53d8\u91cf\u540d\u5fc5\u987b\u9075\u5faa\u4ee5\u4e0b\u89c4\u5219\uff1a<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\u53d8\u91cf\u540d\u5fc5\u987b\u4ee5 <strong>\u7f8e\u5143\u7b26\u53f7 <code>$<\/code><\/strong> \u5f00\u5934\u3002<\/li>\n\n\n\n<li>\u53d8\u91cf\u540d\u7684 <strong>\u7b2c\u4e00\u4e2a\u5b57\u7b26\u5fc5\u987b\u662f\u5b57\u6bcd<\/strong>\uff08A-Z \u6216 a-z\uff09\uff0c\u4e0d\u80fd\u662f\u6570\u5b57\u3002<\/li>\n\n\n\n<li>\u53d8\u91cf\u540d\u53ea\u80fd\u5305\u542b <strong>\u5b57\u6bcd\u3001\u6570\u5b57\u548c\u4e0b\u5212\u7ebf <code>_<\/code><\/strong>\uff0c\u4e0d\u80fd\u5305\u542b\u7a7a\u683c\u6216\u7279\u6b8a\u5b57\u7b26\u3002<\/li>\n\n\n\n<li>\u53d8\u91cf\u540d\u662f <strong>\u5927\u5c0f\u5199\u654f\u611f<\/strong> \u7684\uff0c\u4f8b\u5982 <code>$name<\/code> \u548c <code>$Name<\/code> \u662f\u4e0d\u540c\u7684\u53d8\u91cf\u3002<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$var1 = \"Hello\";\n$Var1 = \"World\";\necho $var1;  \/\/ Hello\necho $Var1;  \/\/ World\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>2. PHP \u53d8\u91cf\u7684\u4f5c\u7528\u57df<\/strong><\/h2>\n\n\n\n<p>PHP \u53d8\u91cf\u7684\u4f5c\u7528\u57df\u6307\u53d8\u91cf\u7684\u53ef\u89c1\u8303\u56f4\uff0c\u4e3b\u8981\u5305\u62ec\uff1a<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u5168\u5c40\u53d8\u91cf\uff08Global\uff09<\/strong><\/li>\n\n\n\n<li><strong>\u5c40\u90e8\u53d8\u91cf\uff08Local\uff09<\/strong><\/li>\n\n\n\n<li><strong>\u9759\u6001\u53d8\u91cf\uff08Static\uff09<\/strong><\/li>\n\n\n\n<li><strong>\u8d85\u5168\u5c40\u53d8\u91cf\uff08Superglobal\uff09<\/strong><\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2.1 \u5c40\u90e8\u53d8\u91cf<\/strong><\/h3>\n\n\n\n<p>\u5c40\u90e8\u53d8\u91cf\u5b9a\u4e49\u5728\u51fd\u6570\u5185\u90e8\uff0c\u4ec5\u5728\u8be5\u51fd\u6570\u5185\u6709\u6548\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nfunction test() {\n    $localVar = \"\u6211\u662f\u5c40\u90e8\u53d8\u91cf\";\n    echo $localVar;\n}\ntest();\n\/\/ echo $localVar; \/\/ \u274c \u8fd9\u884c\u4ee3\u7801\u4f1a\u62a5\u9519\uff0c\u56e0\u4e3a\u53d8\u91cf\u8d85\u51fa\u4f5c\u7528\u57df\n?&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2.2 \u5168\u5c40\u53d8\u91cf<\/strong><\/h3>\n\n\n\n<p>\u5168\u5c40\u53d8\u91cf\u5b9a\u4e49\u5728\u51fd\u6570\u5916\u90e8\uff0c\u9ed8\u8ba4\u60c5\u51b5\u4e0b\u5728\u51fd\u6570\u5185\u65e0\u6cd5\u8bbf\u95ee\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$globalVar = \"\u6211\u662f\u5168\u5c40\u53d8\u91cf\";\n\nfunction test() {\n    \/\/ echo $globalVar; \/\/ \u274c \u76f4\u63a5\u8bbf\u95ee\u4f1a\u62a5\u9519\n    global $globalVar; \/\/ \u9700\u8981\u4f7f\u7528 global \u5173\u952e\u5b57\n    echo $globalVar;\n}\n\ntest(); \/\/ \u8f93\u51fa \"\u6211\u662f\u5168\u5c40\u53d8\u91cf\"\n?&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2.3 \u9759\u6001\u53d8\u91cf<\/strong><\/h3>\n\n\n\n<p>\u9759\u6001\u53d8\u91cf\u5728\u51fd\u6570\u8c03\u7528\u7ed3\u675f\u540e\u4e0d\u4f1a\u88ab\u9500\u6bc1\uff0c\u800c\u662f\u4fdd\u7559\u5176\u503c\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nfunction counter() {\n    static $count = 0; \/\/ \u9759\u6001\u53d8\u91cf\n    $count++;\n    echo $count . \"&lt;br&gt;\";\n}\ncounter(); \/\/ \u8f93\u51fa 1\ncounter(); \/\/ \u8f93\u51fa 2\ncounter(); \/\/ \u8f93\u51fa 3\n?&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>2.4 \u8d85\u5168\u5c40\u53d8\u91cf<\/strong><\/h3>\n\n\n\n<p>PHP \u63d0\u4f9b\u4e86\u4e00\u7ec4\u7279\u6b8a\u7684 <strong>\u8d85\u5168\u5c40\u53d8\u91cf\uff08Superglobals\uff09<\/strong>\uff0c\u5b83\u4eec\u5728\u4efb\u4f55\u4f5c\u7528\u57df\u4e2d\u90fd\u53ef\u7528\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>$_GET<\/code>\u3001<code>$_POST<\/code> \u5904\u7406\u8868\u5355\u6570\u636e<\/li>\n\n\n\n<li><code>$_SERVER<\/code> \u83b7\u53d6\u670d\u52a1\u5668\u4fe1\u606f<\/li>\n\n\n\n<li><code>$_SESSION<\/code> \u5904\u7406\u4f1a\u8bdd<\/li>\n\n\n\n<li><code>$_COOKIE<\/code> \u5904\u7406 Cookies<\/li>\n\n\n\n<li><code>$_FILES<\/code> \u5904\u7406\u6587\u4ef6\u4e0a\u4f20<\/li>\n\n\n\n<li><code>$_REQUEST<\/code> \u5904\u7406 GET \u548c POST \u8bf7\u6c42<\/li>\n\n\n\n<li><code>$_ENV<\/code> \u83b7\u53d6\u73af\u5883\u53d8\u91cf<\/li>\n<\/ul>\n\n\n\n<p>\u793a\u4f8b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\necho $_SERVER&#91;'SERVER_NAME']; \/\/ \u8f93\u51fa\u670d\u52a1\u5668\u540d\u79f0\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>3. PHP \u53d8\u91cf\u7684\u7c7b\u578b<\/strong><\/h2>\n\n\n\n<p>PHP \u662f <strong>\u5f31\u7c7b\u578b<\/strong> \u8bed\u8a00\uff0c\u4e0d\u9700\u8981\u663e\u5f0f\u58f0\u660e\u53d8\u91cf\u7c7b\u578b\uff0c\u53d8\u91cf\u7c7b\u578b\u4f1a\u6839\u636e\u8d4b\u503c\u81ea\u52a8\u786e\u5b9a\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3.1 \u5e38\u89c1\u53d8\u91cf\u7c7b\u578b<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\u6570\u636e\u7c7b\u578b<\/th><th>\u63cf\u8ff0<\/th><\/tr><\/thead><tbody><tr><td><code>String<\/code><\/td><td>\u5b57\u7b26\u4e32\uff08\u5982 <code>\"Hello, PHP!\"<\/code>\uff09<\/td><\/tr><tr><td><code>Integer<\/code><\/td><td>\u6574\u6570\uff08\u5982 <code>42<\/code>\uff09<\/td><\/tr><tr><td><code>Float<\/code><\/td><td>\u6d6e\u70b9\u6570\uff08\u5982 <code>3.14<\/code>\uff09<\/td><\/tr><tr><td><code>Boolean<\/code><\/td><td>\u5e03\u5c14\u503c\uff08\u5982 <code>true<\/code> \/ <code>false<\/code>\uff09<\/td><\/tr><tr><td><code>Array<\/code><\/td><td>\u6570\u7ec4\uff08\u5982 <code>[1, 2, 3]<\/code>\uff09<\/td><\/tr><tr><td><code>Object<\/code><\/td><td>\u5bf9\u8c61\uff08\u7c7b\u7684\u5b9e\u4f8b\uff09<\/td><\/tr><tr><td><code>NULL<\/code><\/td><td>\u7a7a\u503c\u53d8\u91cf<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>3.2 \u7c7b\u578b\u68c0\u6d4b<\/strong><\/h3>\n\n\n\n<p>PHP \u63d0\u4f9b\u4e86\u4e00\u7cfb\u5217\u51fd\u6570\u6765\u68c0\u6d4b\u53d8\u91cf\u7c7b\u578b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$var = \"Hello\";\n\necho gettype($var); \/\/ string\n\nif (is_string($var)) {\n    echo \"\u53d8\u91cf\u662f\u5b57\u7b26\u4e32\";\n}\n\nif (is_int(10)) {\n    echo \"\u53d8\u91cf\u662f\u6574\u6570\";\n}\n\nif (is_null(null)) {\n    echo \"\u53d8\u91cf\u662f NULL\";\n}\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>4. PHP \u53d8\u91cf\u7684\u7c7b\u578b\u8f6c\u6362<\/strong><\/h2>\n\n\n\n<p>PHP \u5141\u8bb8\u53d8\u91cf\u5728\u4e0d\u540c\u7c7b\u578b\u4e4b\u95f4\u81ea\u52a8\u8f6c\u6362\uff0c\u4e5f\u53ef\u4ee5\u8fdb\u884c <strong>\u5f3a\u5236\u7c7b\u578b\u8f6c\u6362<\/strong>\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4.1 \u81ea\u52a8\u7c7b\u578b\u8f6c\u6362<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$number = \"100\" + 50; \/\/ \"100\" \u81ea\u52a8\u8f6c\u6362\u4e3a\u6574\u6570\necho $number; \/\/ \u8f93\u51fa 150\n?&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4.2 \u5f3a\u5236\u7c7b\u578b\u8f6c\u6362<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$var = \"123\";\n$intVar = (int) $var;     \/\/ \u8f6c\u6362\u4e3a\u6574\u6570\n$floatVar = (float) $var; \/\/ \u8f6c\u6362\u4e3a\u6d6e\u70b9\u6570\n$boolVar = (bool) $var;   \/\/ \u8f6c\u6362\u4e3a\u5e03\u5c14\u503c\n?&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4.3 <code>settype()<\/code> \u51fd\u6570<\/strong><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$var = \"100\";\nsettype($var, \"integer\"); \/\/ \u8f6c\u6362\u4e3a\u6574\u6570\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>5. \u53d8\u91cf\u76f8\u5173\u64cd\u4f5c<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5.1 \u53d8\u91cf\u7684\u5f15\u7528<\/strong><\/h3>\n\n\n\n<p>PHP \u5141\u8bb8\u53d8\u91cf\u5b58\u50a8\u53e6\u4e00\u4e2a\u53d8\u91cf\u7684\u5f15\u7528\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$a = 10;\n$b = &amp;$a; \/\/ $b \u662f $a \u7684\u5f15\u7528\n$b = 20;\necho $a; \/\/ \u8f93\u51fa 20\n?&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5.2 \u53d8\u91cf\u7684\u9500\u6bc1<\/strong><\/h3>\n\n\n\n<p>\u4f7f\u7528 <code>unset()<\/code> \u91ca\u653e\u53d8\u91cf\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$var = \"Hello\";\nunset($var);\necho $var; \/\/ \u274c \u53d8\u91cf\u5df2\u9500\u6bc1\uff0c\u8bbf\u95ee\u4f1a\u62a5\u9519\n?&gt;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5.3 \u53d8\u91cf\u662f\u5426\u5b58\u5728<\/strong><\/h3>\n\n\n\n<p>\u4f7f\u7528 <code>isset()<\/code> \u68c0\u6d4b\u53d8\u91cf\u662f\u5426\u5b58\u5728\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$name = \"Alice\";\nif (isset($name)) {\n    echo \"\u53d8\u91cf\u5b58\u5728\";\n}\n?&gt;<\/code><\/pre>\n\n\n\n<p>\u4f7f\u7528 <code>empty()<\/code> \u68c0\u6d4b\u53d8\u91cf\u662f\u5426\u4e3a\u7a7a\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n$var = \"\";\nif (empty($var)) {\n    echo \"\u53d8\u91cf\u662f\u7a7a\u7684\";\n}\n?&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>6. PHP \u53d8\u91cf\u7684\u6700\u4f73\u5b9e\u8df5<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u53d8\u91cf\u547d\u540d\u8981\u6709\u610f\u4e49<\/strong>\uff0c\u5982 <code>$userName<\/code> \u6bd4 <code>$x<\/code> \u66f4\u6e05\u6670\u3002<\/li>\n\n\n\n<li><strong>\u4f7f\u7528\u9a7c\u5cf0\u547d\u540d\u6cd5<\/strong>\uff1a<code>$userAge<\/code> \u800c\u4e0d\u662f <code>$user_age<\/code>\u3002<\/li>\n\n\n\n<li><strong>\u907f\u514d\u4f7f\u7528\u4fdd\u7559\u5173\u952e\u5b57<\/strong> \u4f5c\u4e3a\u53d8\u91cf\u540d\uff0c\u5982 <code>class<\/code>\u3001<code>function<\/code> \u7b49\u3002<\/li>\n\n\n\n<li><strong>\u53ca\u65f6\u91ca\u653e\u4e0d\u518d\u4f7f\u7528\u7684\u53d8\u91cf<\/strong> \u4ee5\u8282\u7701\u5185\u5b58\u3002<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>7. \u8fdb\u4e00\u6b65\u5b66\u4e60<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>PHP \u5b98\u65b9\u624b\u518c\uff08\u53d8\u91cf\uff09: <a href=\"https:\/\/www.php.net\/manual\/en\/language.variables.php\">https:\/\/www.php.net\/manual\/en\/language.variables.php<\/a><\/li>\n\n\n\n<li>PHP \u7c7b\u578b\u8f6c\u6362: <a href=\"https:\/\/www.php.net\/manual\/en\/language.types.type-juggling.php\">https:\/\/www.php.net\/manual\/en\/language.types.type-juggling.php<\/a><\/li>\n\n\n\n<li>PHP \u8d85\u5168\u5c40\u53d8\u91cf: <a href=\"https:\/\/www.php.net\/manual\/en\/language.variables.superglobals.php\">https:\/\/www.php.net\/manual\/en\/language.variables.superglobals.php<\/a><\/li>\n<\/ul>\n\n\n\n<p>\u66f4\u591aphp\u8be6\u7ec6\u5185\u5bb9\u8bf7\u5173\u6ce8\u5176\u4ed6\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 PHP \u4e2d\uff0c\u53d8\u91cf\u7528\u4e8e\u5b58\u50a8\u6570\u636e\uff0c\u5e76\u4e14\u53ef\u4ee5\u52a8\u6001\u5206\u914d\u4e0d\u540c\u7c7b\u578b\u7684\u503c\u3002\u4ee5\u4e0b\u662f PHP \u53d8\u91cf\u7684\u5b8c\u6574\u6307\u5357\uff0c\u5305\u62ec\u5b9a\u4e49\u3001\u4f5c\u7528 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2950,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[80],"tags":[],"class_list":["post-2949","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/2949","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/comments?post=2949"}],"version-history":[{"count":1,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/2949\/revisions"}],"predecessor-version":[{"id":2951,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/posts\/2949\/revisions\/2951"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/media\/2950"}],"wp:attachment":[{"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/media?parent=2949"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/categories?post=2949"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.laixuexila.com\/index.php\/wp-json\/wp\/v2\/tags?post=2949"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}