A HitchHackers guide through WordPress


Home | Pages | Archives


is_server_error

February 12, 2011 1:30 am

Definition:
function is_server_error ($sc) {}

Parameters

Source code

function is_server_error ($sc) {

	return $sc >= 500 && $sc < 600;

}

2181

Rate this:

Posted by Thorsten

Categories: /wp-includes/rss.php, Documentation, Files, Functions, Functions by letter i

Tags: ,

Leave a Reply



Mobile Site | Full Site


Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.