我composer self-update在Windows 10上运行时收到
错误消息这是完整的错误消息
composer self-update
Updating to version 1.8.4 (stable channel).
Downloading (100%)
[RuntimeException]
SHA384 is not supported by your openssl extension, could not verify the phar file integrity
Run Code Online (Sandbox Code Playgroud)
我正在跑步PHP 7.3.2
可能是什么问题?
我有这个网址,我想删除"放大器" 从中.有任何想法吗
http://localhost/projects/opencart/opencart230/upload/index.php?route=product/product&product_id=40
Run Code Online (Sandbox Code Playgroud) 我正在使用支付网关,金额参数需要以这种方式格式化:
amount – (digits only) the integer value of the transaction in lowest common denomination (ex. $5.20 is 520)
我已经删除了$所有值,所有值将四舍五入到小数点后两位.
在PHP中,如果我尝试将数量转换为intie ,即使它需要,(int)$amount我将在示例中松开.20.什么是最好的方法呢?