Question on the '.'
Question on the '.'
now been doing some reading,They talk about full stop and concatenation are these the same, or is it in the process in which you use it determin the answer.
One of my Favorites
Re: Question on the '.'
a . is the character used to concatenate
$string = "I am" . " " . "a string";would be concatenating those three strings and create a variable that holds the result.
Re: Question on the '.'
jacek wrote:a . is the character used to concatenate
$string = "I am" . " " . "a string";would be concatenating those three strings and create a variable that holds the result.
Understood, where does the full stop come from?
One of my Favorites
Re: Question on the '.'
I believe a full stop is a term used within regular expressions.
I don't think you're really into that yet
I don't think you're really into that yet
Please check out my CodeCanyon items.
Re: Question on the '.'
LOL im allready into OOP or is that an oops just wondering seen a video where someone was cacatenating and kept saying add a full stop.
One of my Favorites