简体   繁体   English

合并/合并php函数

[英]combine/merge php functions

I need to insert the following code into PHP, but I'm not sure of the correct syntax. 我需要将以下代码插入PHP,但是我不确定语法是否正确。

echo SPEC($GLOBALS['_LANG']['Pay Now with PayPal'])

It needs to go in place of the 'Pay Now with PayPal' that already exists there. 它需要代替那里已经存在的“使用PayPal立即付款”。

'7' => array('name' => 'Display Name', 'type' => 'text', 'fieldname' => 'gateway_paypal_name', 'default' => 'Pay Now with PayPal'),
'7' => array('name' => 'Display Name', 'type' => 'text', 'fieldname' => 'gateway_paypal_name', 'default' => SPEC($GLOBALS['_LANG']['Pay Now with PayPal'])),

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM