Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30208 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47728 invoked by uid 1010); 17 Jun 2007 16:02:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 47695 invoked from network); 17 Jun 2007 16:02:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jun 2007 16:02:12 -0000 Received: from [127.0.0.1] ([127.0.0.1:23371]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id BB/45-25319-7EA55764 for ; Sun, 17 Jun 2007 12:01:43 -0400 X-Host-Fingerprint: 202.56.7.136 unknown Received: from [202.56.7.136] ([202.56.7.136:9021] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/05-25319-F9955764 for ; Sun, 17 Jun 2007 11:56:16 -0400 Message-ID: <00.05.25319.F9955764@pb1.pair.com> To: internals@lists.php.net Reply-To: "muquaddim" Date: Sun, 17 Jun 2007 21:56:09 +0600 Lines: 15 Organization: SUST X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-Posted-By: 202.56.7.136 Subject: documentation of php5ts.dll and .NET wrapper From: shiplu.net@gmail.com ("muquaddim") Hi, I have use dumpbin to get the method names of php5ts.dll file. I get many names. 2 of these methods are, "php_execute_script" "php_execute_simple_script" I guess these are the methods that are responsible for executing php source (.php) files. now I need to know, what are the parameter of these methods. How can I get the documenttation on parameters. If I get this I could have make a .NET wrapper. Thanks