com_load
(PHP 4)
com_load — Creates a new reference to a COM component [deprecated]
Açıklama
Deprecated, use the OO syntax instead.
Örnek 1 OO syntax
<?php
// do this
$obj = new COM($module);
// instead of this:
$obj = com_load($module);
?>
Notlar
Bilginize: Bu işlev PHP 5'te yoktur. Yöntemleri çağırmak ve özelliklere erişmek için bu işlevin yerine normal ve daha doğal olan nesne yönelimli söz dizimini kullanmalısınız.
com_load
There are no user contributed notes for this page.
