update : 2015.11.03
php.shukuma.com검색:
|
gmp_scan0(PHP 4 >= 4.0.4, PHP 5, PHP 7) gmp_scan0 — Scan for 0 설명
Scans 인수
반환값Returns the index of the found bit, as an integer. The index starts from 0. 예제
Example #1 gmp_scan0() example
<?php 위 예제의 출력: 3 7 |