Skip to content
This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Commit 553ceff

Browse files
committed
Documentation updates
1 parent c77071e commit 553ceff

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You should now have the file `composer.phar` in your project directory.
1919
Run in your project root:
2020

2121
```
22-
php composer.phar require minfraud/http:~1.54
22+
php composer.phar require minfraud/http:~1.60
2323
```
2424

2525
You should now have the files `composer.json` and `composer.lock` as well as
@@ -79,6 +79,17 @@ print_r($outputs);
7979
If isSecure is set to 0 then it uses regular HTTP. If isSecure is set to 1
8080
then it uses Secure HTTPS (requires Curl PHP binding).
8181

82+
## $ccfs->useUtf8($bool)
83+
84+
If set to true, the output values will be converted from ISO 8859-1 to UTF-8.
85+
Defaults to false.
86+
87+
## $ccfs->setCurlCaInfo($cert)
88+
89+
Sets the path to the SSL certificate to be used by cURL. If this is not set,
90+
the default certificate is used. If no certificates are available and isSecure
91+
has not been disabled, the query will fail.
92+
8293
### $ccfs->input($array) ###
8394

8495
Takes an array of key/value pairs to use as input for the server. See
@@ -110,7 +121,7 @@ It is recommended that you install these packages in this order:
110121
3. Curl PHP binding
111122

112123
===============================
113-
Copyright (c) 2013, MaxMind, Inc
124+
Copyright (c) 2014, MaxMind, Inc
114125

115126
All rights reserved. This package is licensed under the LGPL. For details
116127
see the COPYING file.

0 commit comments

Comments
 (0)