[PHP] How do I to declare a function or procedure in PHP???

2001-01-25 Thread Bruno Freire
Please , I don't know how to declare a functionhow is the scope?? In C++ is for example... Void test(int a, int b) { . } But... In php HOW DO I DECLARE A FUNCTION OR PROCEDURE BrunoBrazil

RE: [PHP] How do I to declare a function or procedure in PHP???

2001-01-25 Thread Sam Masiello
, January 25, 2001 11:40 AM To: '[EMAIL PROTECTED]' Subject:[PHP] How do I to declare a function or procedure in PHP??? Please , I don't know how to declare a functionhow is the scope?? In C++ is for example... Void test(int a, int b) { . } But... In php HOW DO I DECLARE

Re: [PHP] How do I to declare a function or procedure in PHP???

2001-01-25 Thread April
] How do I to declare a function or procedure in PHP??? Please , I don't know how to declare a functionhow is the scope?? In C++ is for example... Void test(int a, int b) { . } But... In php???? HOW DO I DECLARE A FUNCTION OR PROCEDURE BrunoBrazil -- PHP Gener