HTTP/2 200
server: nginx
date: Tue, 14 Oct 2025 03:47:54 GMT
content-type: text/html; charset=UTF-8
vary: Accept-Encoding
x-olaf: ⛄
vary: accept, content-type
link:
; rel="https://api.w.org/"
link:
; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
x-frame-options: SAMEORIGIN
content-encoding: gzip
alt-svc: h3=":443"; ma=86400
x-nc: MISS ord 1
rest_is_integer() – Function | Developer.WordPress.org
rest_is_integer( mixed $maybe_integer ): bool
Determines if a given value is integer-like.
$maybe_integer
mixedrequiredThe value being evaluated.
bool True if an integer, otherwise false.
Version | Description |
---|
5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.