Coder Snippets Useful tips and snippets I find or come up with.

10Aug/090

PHP Snippet

	switch ($aReturn)
	{
		case 'CSV':
			return substr_replace($aContent ,"",-1);
			break;

		case 'Array':
			return $aSuperGroupLinkArray;
			break;

		case 'Error';
			return $aErrorContent;
			break;

		default;
			return $aErrorContent;
			break;
	}

About Sirbastian

No description. Please complete your profile.
Tagged as: Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.