PDA

View Full Version : PHP COM - Windows



Yousha
شنبه 16 اردیبهشت 1391, 12:42 عصر
مثال PHP COM برای ویندوز:


<?php

$Obj_COM = new COM('WScript.Shell');
$Obj_COM->Popup('Executing RegEdit...', 30, 'PHP COM - Registry Editor', 1);
$Obj_COM->Run('RegEdit.exe');