From professional translators, enterprises, web pages and freely available translation repositories.
it is a bad idea to use magic quotes and ocibindbyname() simultaneously as no quoting is needed on quoted variables and any quotes magically applied will be written into your database as ocibindbyname() is not able to distinguish magically added quotings from those added by intention.
prev
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
ocibindbyname() 함수는 php 변수 variable 에 오라클 위치보유자(oracle placeholder)인 ph_name 변수에 연계시킨다. 용도가 입력인지 출력인지는 실시간으로 결정될것이고, 충분한 저장 공간이 할당될 필요가 있다. length 인수 는 연계를 위한 최대 용량을 세팅한다. length 인수를 -1로 세팅하면 ocibindbyname() 함수는 연계를 위한 최대 용량을 variable 의 현재 용량으로 사용할것이다.
the length the length parameter sets the maximum length for the bind.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: