Possible Duplicate: how can i solve 「 Deprecated: Function eregi() is deprecated」 error Converting ereg expressions to preg 我想簡單地輸出文件夾中的所有圖像陣列我的服務器上。不幸的是,我對php知之甚少。我收到了eregi棄用的錯誤,我不知道如何解決這個問題。我嘗試了preg
eregi()函數在這裏可以用preg_match()函數替換下面給出的代碼如何? function getOS($userAgent) {
// Create list of operating systems with operating system name as array key
$oses = array (
'iPhone' => '(iPhone)'
我正試圖以支付網關支持時,此錯誤消息出現: Message: Function eregi_replace() is deprecated
Message: Function eregi_replace() is deprecated
這是它與在支付網關 $response = eregi_replace ("[[:space:]]+", " ", $response);
$r
可能重複: Converting ereg expressions to preg 它我開始在OOPS PHP.I我對誰是由其他人編寫了一個項目工作。當我運行這個project.its告訴我的錯誤是這樣 Deprecated: Function eregi() is deprecated in D:\wamp\www\intranet\calendar.inc.php on line 4
我有一個移動設備的列表,用於正確顯示內容。折舊功能如下所示: function detectPDA($query){
$browserAgent = $_SERVER['HTTP_USER_AGENT'];
$userAgents = $this->getBrowserAgentsToDetect(); // comma separated list of devices
我在搜索bot行爲時獲得了以下功能。當我使用此代碼時,我得到eregi()表達式的錯誤。我不是調情表達的專家。由於ereri()已折舊,我得到相同的錯誤。 function check_if_spider()
{
// Add as many spiders you want in this array
$spiders = array('Googlebot