首页 WordPress函数大全 rest_is_boolean()

rest_is_boolean()

2020-05-02 / 5494阅 / 悠然

如何你看完本文还不知道如何使用该函数,可以联系我定制视频教程,50元/个函数,学不会全额退款

rest_is_boolean( bool|string $maybe_bool )

确定给定的值是否类似于布尔值。

描述

参数

$maybe_bool

(bool|string)
(Required)
The value being evaluated.

返回

(boolean) True if a boolean, otherwise false.

大家谈论
    我的见解