gpt4 book ai didi

php - 在 PHP 中拆分 URL

转载 作者:行者123 更新时间:2023-12-04 20:22:34 24 4
gpt4 key购买 nike

我的代码中有以下 URL,我想拆分它并从中获取数字

例如从下面的 URL 需要获取 123456

https://review-test.com/#/c/123456/

我试过了,还是不行

$completeURL  = https://review-test.com/#/c/123456/  ; 

list($url, $number) = explode('#c', preg_replace('/^.*\/+/', '', $completeURL));

最佳答案

使用parse_url

它是专门为这种事情而制作的。

关于php - 在 PHP 中拆分 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47673602/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com