Skip to content

Commit

Permalink
fixed #4 support type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed Mar 2, 2018
1 parent 4d65842 commit adb7e3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ and, write code as follow:
See also [mysqlAES reference](http://pear.oops.org/docs/mysqlAES/mysqlAES.html) pages.
If you want to mysqlAES-1 reference, see also [mysqlAES-1 reference](http://pear.oops.org/docs/mysqlAES-1/li_mysqlAES.html) pages.

* oops\Encrypt\mysqlAES::hex(STRING)
* oops\Encrypt\mysqlAES::unhex(STRING)
* oops\Encrypt\mysqlAES::encrypt(STRING, KEY)
* oops\Encrypt\mysqlAES::decrypt(ENCRYPTED_STRING, KEY)
* (string|null) oops\Encrypt\mysqlAES::hex(STRING)
* (string|null) oops\Encrypt\mysqlAES::unhex(STRING)
* (string|null) oops\Encrypt\mysqlAES::encrypt(STRING, KEY)
* (string|null) oops\Encrypt\mysqlAES::decrypt(ENCRYPTED_STRING, KEY)

### Examples:
```php
Expand Down

0 comments on commit adb7e3a

Please sign in to comment.