国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

致命錯(cuò)誤:找不到類別'NumberFormatter'
P粉817354783
P粉817354783 2023-08-16 16:29:06
0
2
698
<p>我已經(jīng)使用這段完全相同的程式碼很久了,從來沒有出過任何問題。突然間它停止工作了。 </p> <p>我在網(wǎng)路上閱讀了關(guān)於這個(gè)問題的資料,顯然你需要安裝<code>PHP 5.3或更高版本</code>,以及安裝<code>PHP intl</code>外掛程式。我兩者都有,但是每當(dāng)我使用下面的函數(shù)時(shí),我仍然收到一個(gè)<code>致命錯(cuò)誤:找不到類別'NumberFormatter'</code>的錯(cuò)誤:</p> <pre class="brush:php;toolbar:false;">function format_item($value) { $format = new NumberFormatter('en_US', NumberFormatter::CURRENCY); return $format->formatCurrency($value, 'AUD'); }</pre> <p>此外,這是我<code>php.ini</code>檔案的一部分,顯示我已經(jīng)安裝了<code>PHP intl</code>外掛程式:</p> <pre class="brush:php;toolbar:false;">[intl] intl.default_locale = fr_FR ; This directive allows you to produce PHP errors when some error ; happens within intl functions. The value is the level of the error produced. ; Default is 0, which does not produce any errors. intl.error_level = E_WARNING</pre> <p>我還在我的<code>php.ini</code>中加入了<code>extension=php_intl.dll</code>,而且它也在我的目錄中。 </p> <p>為什麼我會(huì)收到這個(gè)錯(cuò)誤? </p>
P粉817354783
P粉817354783

全部回覆(2)
P粉409742142

你所需要的是:

apt-get install php7.0-intl

無需更改php.ini或進(jìn)行其他操作。 (在Ubuntu 16.04上測(cè)試過PHP 7)。

這裡最受歡迎的答案是讓你取消註解一個(gè).dll文件,除非你在Windows伺服器上,否則這永遠(yuǎn)不會(huì)解決任何問題!

P粉237029457

這似乎是一個(gè)非常奇怪的問題,我透過以下方式解決了它:

我透過這個(gè)教學(xué)升級(jí)了我的Wamp中的PHP。我還更新了php.ini中的時(shí)區(qū)設(shè)定。當(dāng)我升級(jí)後,它沒有起作用,所以我恢復(fù)回了之前的PHP版本,然後問題解決了。

我完全不知道這樣做為什麼能解決問題,但對(duì)我來說有效。

最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板