De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
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}
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad: