91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女

Ds\Deque::find

(PECL ds >= 1.0.0)

Ds\Deque::find Attempts to find a value's index

說(shuō)明

public Ds\Deque::find(mixed $value): mixed

Returns the index of the value, or false if not found.

參數

value

The value to find.

返回值

The index of the value, or false if not found.

注意:

Values will be compared by value and by type.

范例

示例 #1 Ds\Deque::find() example

<?php
$deque 
= new \Ds\Deque(["a"1true]);

var_dump($deque->find("a")); // 0
var_dump($deque->find("b")); // false
var_dump($deque->find("1")); // false
var_dump($deque->find(1));   // 1
?>

以上例程的輸出類(lèi)似于:

int(0)
bool(false)
bool(false)
int(1)
91亚洲精品福利在线播放,欧美日韩国产在线人成app,天天躁日日躁疯人影院,sao虎视频最新网站入口,精品久久久久久中文字幕女