我正在尝试setlocale
使用PHP setlocale(LC_ALL, 'en_EN')
并被告知代码echo money_format('%i', 123.45)
会显示它是否已设置。
然而,输出只是:123.45
所以它接缝setlocale
从未设置过?
答案 0 :(得分:0)
显然我使用的名字是错的。我检查了运行- (UITableViewCell *)tableView cellFor...
{
CellWithButton *cell = ...;
cell.anyData = myData;
cell.delegate = self;
}
- (void)cellWithButtonDidPressed:(CellWithButton *)cell
{
id myData = cell.anyData;
// Wow! Now you have your data.
// And you can even find `indexPath` for your cell
// by calling [self.tableView indexPathForCell:cell].
}
的服务器,并注意到例如瑞典语包被namned sudo locale -a
所以在更改为之后货币符号确实发生了变化。但是sv_SE.utf8
格式没有改变。