Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




is_client_error [ WordPress Function ]

is_client_error ( $sc )
Defined at:



No description yet.

Source


<?php
function is_client_error ($sc) {
    return 
$sc >= 400 && $sc 500;
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics