gpt4 book ai didi

php - PHP 中 Set X = Nothing 的等价物是什么?

转载 作者:行者123 更新时间:2023-12-04 23:19:45 25 4
gpt4 key购买 nike

是:

<%
Set Mail = Server.CreateObject("SomeCOMObject")

Set Mail = Nothing
%>

等同于:

<?php
$Mail = new COM("SomeCOMObject");

$Mail->Close(); // <---- Not sure about this
?>

最佳答案

$mail = new Mail; //hello
unset($mail); //goodbye

关于php - PHP 中 Set X = Nothing 的等价物是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3518469/

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