The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Other
> Development Articles
|
String Theory
Discuss String Theory in the Development Articles forum on Dev Shed. String Theory Development Articles forum discussing articles and tutorials located at http://www.devshed.com. See what our authors have created for your viewing pleasure.
|
|
 |
|
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

September 21st, 2001, 03:39 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Awesome!
Thanks for the great article. I knew of most of them, but not the herefile (<<<) feature. That's excellent!! Thanks again for taking the time to shed light on php's lesser known features.
|

September 23rd, 2001, 02:49 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
missing ... which version?
the article is great but i'm missing information about which functions are available in which versions of php. as i know that a lot of the string functions came with php4.
|

September 23rd, 2001, 12:40 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
GREAT GREAT !
GREAT GREAT !
|

September 24th, 2001, 08:20 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: missing ... which version?
I agree that that would have been helpful, but isnce it wasn't included, why don't you check the PHP manual. Just type http://www.php.net/function (replace function with the name of the function in question) to see that manual page for that function. At the top of it you'll find the version info you're seeking. HTH
--Jason
|

September 24th, 2001, 08:21 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: missing ... which version?
I agree that that would have been helpful, but isnce it wasn't included, why don't you check the PHP manual. Just type http://www.php.net/function (replace function with the name of the function in question) to see that manual page for that function. At the top of it you'll find the version info you're seeking. HTH
--Jason
|

September 26th, 2001, 09:16 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Very good article
Thanks for the article...it was very informative.
|

September 28th, 2001, 06:11 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
What about functions, that are not documented
I mean "echo" functions, such as FOR and IF inside echo.
|

September 28th, 2001, 09:15 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
string select
I am wondering if there is a way to select the href value out of a link tag.
ex <a href="i want to select this">
|

September 28th, 2001, 06:26 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: string select
this is just a test...
|

October 4th, 2001, 03:04 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Well Written
Excellent article. Thanks for taking the time!
|

November 3rd, 2001, 03:12 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Good information, wrong layout
I find the contents of the article really useful, but the whimsical chapter headings are a really, really bad idea. They're supposed to save you time by indicating what a given chapter is about, but instead you have to try them at random in the hopes that your whimsical interpretation of them is the same as the author's, which is aggravating when all you need is to find information about, say, string case manipulation.
|

November 18th, 2001, 10:37 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
documentation? (almost) everything is documented
Use the function lookup search form at php.net
[www.php.net] is your friend. Don't be affraid to look in it and to read the most-of-the-time very useful user comments
<b>echo</b>
[http://www.php.net/manual/en/function.echo.php]
<b>for, if, etc...</b>
[http://www.php.net/manual/en/control-structures.php]
|

November 18th, 2001, 03:35 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
some answers to echo vs. print
Like **echo**, **print** is a language construct and does not require parentheses.
One of the difference between them is that **print** behaves like a function and has a return value:
$r = print "hello"; //will print "hello" and assign 1 to $r;
The other one is that you can pass more expression to **echo** (but do not use the parentheses) whereas you can only pass one at a time with **print**:
$what = "world";<br>
echo "hello", " ", $what;
|

February 4th, 2002, 03:25 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Excellent
This was just what I was looking for and I found it just before resorting to the manual ;)
Well written and easy to follow for the begginer.
Thankyou
|

October 17th, 2002, 08:15 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Oh, Thank You!
I just finished reading String Theory by Vikram Vaswani September 20, 2001 that I found on the web. Thanks so much! It was exactly what I needed, exactly how I wanted it and clear as crystal!
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|