gpt4 book ai didi

cakephp - 在 CakePHP 中将变量传递给 __() 函数

转载 作者:行者123 更新时间:2023-12-04 16:28:02 26 4
gpt4 key购买 nike

本周末我正在构建一个名为 Pirates Vs 的小项目。忍者VS。僵尸大战机器人;)

目的是学习 Cake 的一些我以前还没有使用过的方面——比如用于翻译的 __() 函数。

我有一条消息,我想沿着“The %s 谢谢你”的行输出,其中 %s 将是“僵尸”。如果我使用普通的 PHP,我想我会使用:

$string = 'Zombies';
printf('The %s thank you', $string);

但是当我尝试使用 __() 翻译功能时,我不知道如何进行这项工作。

有人可以帮我吗?谢谢 :)

最佳答案

在 cakephp 2.0+ 中它默认翻译

$string = 'Zombies';
echo __('The %s thank you', $string);

关于cakephp - 在 CakePHP 中将变量传递给 __() 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4768350/

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