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

致命錯(cuò)誤:找不到類'NumberFormatter'
P粉817354783
P粉817354783 2023-08-16 16:29:06
0
2
699
<p>我已經(jīng)使用這段完全相同的代碼很久了,從來沒有出過任何問題。突然間它停止工作了。</p> <p>我在互聯(lián)網(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

全部回復(fù)(2)
P粉409742142

你所需要的是:

apt-get install php7.0-intl

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

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

P粉237029457

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

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

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

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