Page 1 of 1

PHP API?

Posted: Tue Dec 12, 2006 12:42 am
by FiOh
Hi there,

I am new to PHP.

I would like to ask a question here, i am not sure if i got into the right section. I'm sorry if i am not.
Is there API for PHP?

Thank you very much.
*^^*

FiOh

Posted: Tue Dec 12, 2006 1:36 am
by volka
I'm not sure what exactly you're looking for. there's e.g. the sapi (server application programming interface)

Posted: Tue Dec 12, 2006 3:20 am
by Chris Corbyn
I think you're just looking for the manual?

http://www.php.net/ ?

Posted: Tue Dec 12, 2006 3:25 am
by FiOh
Eh... i am not sure also.
I was thinking if there is a guide for PHP to certain keywords.
For example when i don understand what is

session_start();
$_SESSION['manual'] = "yes";

then i look up the guide (is it call API?) then it will show a description of the session_start() and state what does $_SESSION[''] means.

Because i am doing a final year project in my polytechnic but was assigned to do a networking project that is totally not related to my specialisation (Interactive Media) so i was at a blur. I need to further edit the current project that has been done by the previous student.

I am new to PHP so when i look at the codes i got a lot of question marks here and there.
Sorry for the trouble if there is any.

FiOh
^^;;

Posted: Tue Dec 12, 2006 3:41 am
by nickvd

Posted: Tue Dec 12, 2006 6:02 am
by Chris Corbyn
If you go to php.net and type any function name in the search box at the top you'll get the function synopsis for it ;)

Posted: Tue Dec 12, 2006 11:19 pm
by FiOh
Thank you!!

*^^*