prcollin Posted July 9, 2007 Share Posted July 9, 2007 Where can i find a "dictionary" type deal of all the php tags, i have multiple books but none that actually define what the tags all mean and do Link to comment https://forums.phpfreaks.com/topic/59070-some-tag-questions/ Share on other sites More sharing options...
Yesideez Posted July 9, 2007 Share Posted July 9, 2007 If you go to google and type in something like "php str_replace" and search 99.9% of the time the function you want will be in the first entry returned. I've got google toolbar installed to save me having to go to google page and I always have a tab open (I'm using Firefox) for looking up functions in PHP. Just replace str_replace in the above example with the function you want to read up on. Link to comment https://forums.phpfreaks.com/topic/59070-some-tag-questions/#findComment-293240 Share on other sites More sharing options...
JasonLewis Posted July 9, 2007 Share Posted July 9, 2007 notice you called it a 'tag'. in php, they are referred to as 'functions'. i would suggest looking at the php.net website. you can download the manual which has a list of all the functions and how to use them. its worth while to take a look. Link to comment https://forums.phpfreaks.com/topic/59070-some-tag-questions/#findComment-293317 Share on other sites More sharing options...
prcollin Posted July 9, 2007 Author Share Posted July 9, 2007 notice you called it a 'tag'. in php, they are referred to as 'functions'. i would suggest looking at the php.net website. you can download the manual which has a list of all the functions and how to use them. its worth while to take a look. thanks abunch Link to comment https://forums.phpfreaks.com/topic/59070-some-tag-questions/#findComment-293322 Share on other sites More sharing options...
Yesideez Posted July 9, 2007 Share Posted July 9, 2007 I prefer to use the online version - that way I'm always looking at up-to-date functions. Link to comment https://forums.phpfreaks.com/topic/59070-some-tag-questions/#findComment-293327 Share on other sites More sharing options...
JasonLewis Posted July 9, 2007 Share Posted July 9, 2007 I prefer to use the online version - that way I'm always looking at up-to-date functions. i too, but i have the downloaded version for when I am not at my computer. i have it on a USB drive. good for travelling when i dont have access to the internet. Link to comment https://forums.phpfreaks.com/topic/59070-some-tag-questions/#findComment-293331 Share on other sites More sharing options...
trq Posted July 9, 2007 Share Posted July 9, 2007 I prefer to use the online version - that way I'm always looking at up-to-date functions. New functions are only added when a major release is released. Link to comment https://forums.phpfreaks.com/topic/59070-some-tag-questions/#findComment-293334 Share on other sites More sharing options...
Yesideez Posted July 9, 2007 Share Posted July 9, 2007 heh I spend too much time sat at my computer which is always on the net @thorpe: That I wasn't aware! Link to comment https://forums.phpfreaks.com/topic/59070-some-tag-questions/#findComment-293335 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.