From professional translators, enterprises, web pages and freely available translation repositories.
beállítja a projekt verziószámát, az alapérték: 0. 1
设定您项目的版本号。 第一个项目应该从版本 0. 1 开始 。
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
11 equalizer- érték előerősítési értékkel, a tartomány - 100- tól 100- ig terjed, a 0 az alapérték.
11 均衡器增益包括前置放大, 范围是 - 100.. 100, 0 是正常值 。
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
az alapérték 30 másodperc, vagy ha létezik, akkor a max_execution_time érték, amit a konfigurációs file -ban állíthatsz be.
set the number of seconds a script is allowed to run. if this is reached, the script returns a fatal error. the default limit is 30 seconds or, if it exists, the max_execution_time value defined in the configuration file. if seconds is set to zero, no time limit is imposed.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
?php / * pl / sql tárolt eljárások hívása, amik clobs bemeneti paramétereket * tartalmaznak (php 4 = 4.0.6). * * procedure adat_mentes * argumentum neve típus ki / be alapérték * ----------------------------- - ---------------------- - ----- - -------- - * kulcs number(38) be * adat clob be * * / $conn = ocilogon($felhasznalo, $jelszo); $stmt = ociparse($conn, "begin adat_mentes(:kulcs, :adat); end ;"); $clob = ocinewdescriptor($conn, oci_d_lob); ocibindbyname($stmt, ':kulcs', $kulcs); ocibindbyname($stmt, ':adat', $clob, -1, oci_b_clob); $clob - writetemporary($adat); ociexecute($stmt, oci_default); ocicommit($conn); $clob - close(); $clob - free(); ocifreestatement($stmt);?
?php /* calling pl/sql stored procedures which contain clobs as input * parameters (php 4 = 4.0.6). * example pl/sql stored procedure signature is: * * procedure save_data * argument name type in/out default? * ------------------------------ ----------------------- ------ -------- * key number(38) in * data clob in * */ $conn = ocilogon($user, $password); $stmt = ociparse($conn, "begin save_data(:key, :data); end;"); $clob = ocinewdescriptor($conn, oci_d_lob); ocibindbyname($stmt, ':key', $key); ocibindbyname($stmt, ':data', $clob, -1, oci_b_clob); $clob- writetemporary($data); ociexecute($stmt, oci_default); ocicommit($conn); $clob- close(); $clob- free(); ocifreestatement($stmt);?
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting