Home > PHP > Function > > maxdb->ssl_set()

maxdb->ssl_set()

maxdb->ssl_set - Used for establishing secure connections using SSL

Syntax

bool maxdb->ssl_set (resource $link, string $key, string $cert, string $ca, string $capath, string $cipher, string $key, string $cert, string $ca, string $capath, string $cipher, resource $link, string $key, string $cert, string $ca, string $capath, string $cipher, string $key, string $cert, string $ca, string $capath, string $cipher)

Arguments

  • link - One of the MAXDB_REPORT_XXXconstants.
  • key - One of the MAXDB_REPORT_XXXconstants.
  • cert - One of the MAXDB_REPORT_XXXconstants.
  • ca - One of the MAXDB_REPORT_XXXconstants.
  • capath - One of the MAXDB_REPORT_XXXconstants.
  • cipher - One of the MAXDB_REPORT_XXXconstants.
  • key - One of the MAXDB_REPORT_XXXconstants.
  • cert - One of the MAXDB_REPORT_XXXconstants.
  • ca - One of the MAXDB_REPORT_XXXconstants.
  • capath - One of the MAXDB_REPORT_XXXconstants.
  • cipher - One of the MAXDB_REPORT_XXXconstants.
  • link - One of the MAXDB_REPORT_XXXconstants.
  • key - One of the MAXDB_REPORT_XXXconstants.
  • cert - One of the MAXDB_REPORT_XXXconstants.
  • ca - One of the MAXDB_REPORT_XXXconstants.
  • capath - One of the MAXDB_REPORT_XXXconstants.
  • cipher - One of the MAXDB_REPORT_XXXconstants.
  • key - One of the MAXDB_REPORT_XXXconstants.
  • cert - One of the MAXDB_REPORT_XXXconstants.
  • ca - One of the MAXDB_REPORT_XXXconstants.
  • capath - One of the MAXDB_REPORT_XXXconstants.
  • cipher - One of the MAXDB_REPORT_XXXconstants.

Description

Procedural style:

Version

PHP PECL maxdb >= 1.0

Return value