<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MatSays : ramblings of a grumpy developer-designer-teacher &#187; php</title>
	<atom:link href="http://www.matsays.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matsays.com</link>
	<description>ramblings of a grumpy developer - designer - teacher &#124; my art institute of las vegas web design blog</description>
	<lastBuildDate>Thu, 02 Sep 2010 18:11:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Consummate PHP Function List</title>
		<link>http://www.matsays.com/misc/tricks/consummate-php-function-list/</link>
		<comments>http://www.matsays.com/misc/tricks/consummate-php-function-list/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 06:26:42 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[IMD402 Server Side Scripting]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/?p=387</guid>
		<description><![CDATA[This is a previously published post at the request of some of my prior students.  I am republishing it in the hopes that some of you on break might actually pick it up but I may have to make some amendments shortly.  In any case, it is my consummate list of 63 PHP functions that [...]]]></description>
			<content:encoded><![CDATA[<p>This is a previously published post at the request of some of my prior students.  I am republishing it in the hopes that some of you on break might actually pick it up but I may have to make some amendments shortly.  In any case, it is my consummate list of 63 PHP functions that your should know (excluding some basic gdlib stuff) to survive as a web developer.  And I mean inside and out.<span id="more-387"></span></p>
<table border="0">
<tbody>
<tr>
<td width="33%" valign="top"><strong>STRING FUNCTIONS</strong><br />
crypt<br />
echo<br />
explode<br />
implode<br />
join<br />
trim<br />
number_format<br />
print<br />
printf<br />
str_replace<br />
strip_tags<br />
stripos<br />
strlen<br />
strstr<br />
strtolower<br />
strtoupper<br />
substr<br />
ucfirst<br />
ucwords</p>
<p><strong>DATE/TIME FUNCTIONS</strong><br />
date<br />
localtime<br />
mktime<br />
strtotime<br />
time</td>
<td width="33%" valign="top"><strong>ARRAY FUNCTIONS</strong><br />
array_pop<br />
array_push<br />
array_search<br />
array_splice<br />
array<br />
asort<br />
count<br />
each<br />
key<br />
krsort<br />
ksort<br />
rsort<br />
sizeof<br />
sort<br />
usort</p>
<p><strong>MYSQL FUNCTIONS</strong><br />
mysql_connect<br />
mysql_close<br />
mysql_error<br />
mysql_fetch_array<br />
mysql_query<br />
mysql_select_db</td>
<td width="33%" valign="top"><strong>MATH FUNCTIONS</strong><br />
floor<br />
is_nan<br />
max<br />
min<br />
mt_rand<br />
pow<br />
rand</p>
<p><strong>REGEX FUNCTIONS</strong><br />
ereg_replace<br />
ereg<br />
eregi_replace<br />
eregi<br />
split<br />
spliti</p>
<p><strong>MISCELLANEOUS FUNCTIONS</strong><br />
constant<br />
define<br />
die<br />
exit<br />
phpinfo</td>
</tr>
</tbody>
</table>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Ftricks%2Fconsummate-php-function-list%2F', 'Consummate+PHP+Function+List')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusred.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/tricks/consummate-php-function-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EasyPHP &#8211; Found It</title>
		<link>http://www.matsays.com/misc/tricks/easyphp-found-it/</link>
		<comments>http://www.matsays.com/misc/tricks/easyphp-found-it/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 19:04:41 +0000</pubDate>
		<dc:creator>Mat</dc:creator>
				<category><![CDATA[Good Resources]]></category>
		<category><![CDATA[IMD322 Dynamic Design]]></category>
		<category><![CDATA[IMD402 Server Side Scripting]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.mobimeet.com/tricks/easyphp-found-it</guid>
		<description><![CDATA[Earlier in the quarter I mentioned finding a PHP emulator so you would not have to send your files to a server for testing and I finally found it (again).  Go to easyphp.org and download the Windows version.  This will install a local version of Apache (web server), PHP and MySQL onto your computer.  You [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" align="left" width="226" src="http://www.easyphp.org/images_easyphp/top_title.gif" alt="EasyPHP" height="40" style="margin: 0px 5px 5px 0px" />Earlier in the quarter I mentioned finding a PHP emulator so you would not have to send your files to a server for testing and I finally found it (again).  Go to <a href="http://www.easyphp.org/" title="EasyPHP">easyphp.org</a> and download the Windows version.  This will install a local version of Apache (web server), PHP and MySQL onto your computer.  You may have to modify the configuration (my recommendation is that if you are running IIS locally to change IIS to port 81 and leave EasyPHP as 80).</p>
<p>Please note that this is a beta build and not intended for production use.</p>
<script type="text/javascript">
addthis_pub = 'mobimeet';
</script><a href="http://www.addthis.com/bookmark.php" onMouseOver="return addthis_open(this, '', 'http%3A%2F%2Fwww.matsays.com%2Fmisc%2Ftricks%2Feasyphp-found-it%2F', 'EasyPHP+%26%238211%3B+Found+It')" onMouseOut="addthis_close()" onClick="return addthis_sendto()"><img src="http://www.matsays.com/images/addthis-plusred.png" width="28" height="16" border="0" alt="Share this post on digg, del.icio.us, facebook, blah blah blah" /></a><script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
]]></content:encoded>
			<wfw:commentRss>http://www.matsays.com/misc/tricks/easyphp-found-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
