exists
优质
小牛编辑
137浏览
2023-12-01
描述 (Description)
如果指定的散列或数组键存在,则此函数返回true,无论相应的值如何,即使它是.sunf。 如果EXPR是一个子程序,那么如果子程序已被声明(但不一定是已定义),则exists将返回1,否则返回0。
如果LIST是多个参数,或者是具有多个值的数组,则直接执行该命令而不使用shell。
语法 (Syntax)
以下是此函数的简单语法 -
exists EXPR
返回值 (Return Value)
如果哈希元素或数组索引不存在,或者如果子例程尚未声明,则此函数返回0;如果哈希元素或数组索引确实存在,或者子例程尚未声明,则返回1。
<!--例子 (Example)
Following is the example code showing its basic usage −
When above code is executed, it produces the following result −
-->