Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
to initialize an object, you use the function object_init():
zval *new_object; make_std_zval(new_object); if(object_init(new_object) != success) {/ / do error handling here}
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
this function is should be called after you initialize a curl session and all the options for the session are set. its purpose is simply to execute the predefined curl session (given by the ch).
prev
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
by default, the information in your system openssl.conf is used to initialize the request; you can specify a configuration file section by setting the config_section_section key of configargs. you can also specify and alternative openssl configuration file by setting the config key to the path of the file you want to use. the following keys, if present in configargs behave as their equivalents in the openssl.conf, as listed in the table below.
you can also specify and alternative openssl configuration file by setting the config key to the path of the file you want to use.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: