is_server_error( $sc ) ↑ Back to top Source function is_server_error ($sc) { return $sc >= 500 && $sc < 600; } View all references View on Trac View on GitHub User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.