Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
PHP Securimage::openDatabase 예제들
프로그래밍 언어:
PHP
클래스/타입:
Securimage
메소드/함수:
openDatabase
hotexamples.com에서의 예제들:
1
PHP Securimage::openDatabase - 1개의 예제가 발견되었습니다
. 이것들은 오픈소스 프로젝트에서 추출된 PHP의
Securimage::openDatabase
패키지로부터 PHP-Fusion에 대한 실세계 최고 등급의 예제들입니다. 예제들을 평가하여 예제의 품질 향상에 도움을 줄 수 있습니다.
자주 사용되는 메소드들
보기
숨기기
check(30)
show(28)
getCaptchaHtml(11)
getCode(8)
setNamespace(6)
outputAudioFile(6)
__construct(3)
getCaptchaId(3)
checkByCaptchaId(3)
getAudibleCode(2)
createDatabaseTables(1)
purgeOldCodesFromDatabase(1)
_returnCapchaCode(1)
setSessionPrefix(1)
setAudioPath(1)
saveCodeToDatabase(1)
openDatabase(1)
checkTablesExist(1)
doImage(1)
getTimeToSolve(1)
getCodeFromDatabase(1)
clearCodeFromDatabase(1)
_captchaId(1)
createCode(1)
show_html(1)
자주 사용되는 메소드들
check (30)
show (28)
getCaptchaHtml (11)
getCode (8)
setNamespace (6)
outputAudioFile (6)
__construct (3)
getCaptchaId (3)
checkByCaptchaId (3)
getAudibleCode (2)
자주 사용되는 메소드들
createDatabaseTables (1)
purgeOldCodesFromDatabase (1)
_returnCapchaCode (1)
setSessionPrefix (1)
setAudioPath (1)
saveCodeToDatabase (1)
openDatabase (1)
checkTablesExist (1)
doImage (1)
getTimeToSolve (1)
getCodeFromDatabase (1)
clearCodeFromDatabase (1)
_captchaId (1)
createCode (1)
show_html (1)
자주 사용되는 메소드들
getCodeFromDatabase (1)
clearCodeFromDatabase (1)
_captchaId (1)
createCode (1)
show_html (1)
openDatabase()
공개
메소드
Open SQLite database
부터:
2.0.1
public
openDatabase
( ) :
boolean
리턴
boolean
true if database was opened successfully
Securimage 1 문서
예제 #1
0
파일 보기
파일:
CakeSecurimage.php
프로젝트:
fm-labs/cakephp-captcha
protected function openDatabase() { //TODO do this the cakephp way return parent::openDatabase(); }
x