WordPress函数文档bool_from_yn()

判断输入内容为“yes”或“No” 描述 译文 判断输入内容为“yes”或“No”。仅当为“y”时返回true…

判断输入内容为“yes”或“No”

描述

译文

判断输入内容为“yes”或“No”。仅当为“y”时返回true。

原文

Whether input is yes or no. Must be ‘y‘ to be true.

用法

<?php bool_from_yn$yn ?>

参数

$yn

(string) (必填) Character string containing either ‘y‘ or ‘n

默认值: None

返回值

(boolean) 

True if yes, false on anything else

注意

  • y‘ returns true,
  • Y‘ returns true,
  • Everything else returns false.

历史

添加于 版本: 1.0.0

源文件

bool_from_yn() 函数的代码位于 wp-includes/functions.php.

  • 原文:http://codex.wordpress.org/Function_Reference/bool_from_yn
类别:WordPress函数文档

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT