8000 More documentation and examples · PELock/StringEncrypt-WebAPI@ab8b7da · GitHub
[go: up one dir, main page]

Skip to content

Commit ab8b7da

Browse files
committed
More documentation and examples
1 parent 4c868e7 commit ab8b7da

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

example.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// StringEncrypt.com Web API usage example
66
//
7-
// Version : v1.2
7+
// Version : v1.3
88
// Language : PHP
99
// Author : Bartosz Wójcik
1010
// Web page : https://www.stringencrypt.com
@@ -147,6 +147,7 @@
147147
//
148148
$options["lang"] = "cpp";
149149
//$options["lang"] = "csharp";
150+
//$options["lang"] = "vbnet";
150151
//$options["lang"] = "delphi";
151152
//$options["lang"] = "java";
152153
//$options["lang"] = "js";

example_file.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// StringEncrypt.com Web API usage example
66
//
7-
// Version : v1.0
7+
// Version : v1.1
88
// Language : PHP
99
// Author : Bartosz Wójcik
1010
// Web page : http://www.stringencrypt.com
@@ -147,6 +147,7 @@
147147
//
148148
$options["lang"] = "cpp";
149149
//$options["lang"] = "csharp";
150+
//$options["lang"] = "vbnet";
150151
//$options["lang"] = "delphi";
151152
//$options["lang"] = "java";
152153
//$options["lang"] = "js";

example_is_demo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// StringEncrypt.com Web API usage example
66
//
7-
// Version : v1.2
7+
// Version : v1.3
88
// Language : PHP
99
// Author : Bartosz Wójcik
1010
// Web page : https://www.stringencrypt.com

stringencrypt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// StringEncrypt.com Web API library
66
//
7-
// Version : v1.2
7+
// Version : v1.3
88
// Language : PHP
99
// Author : Bartosz Wójcik
1010
// Web page : https://www.stringencrypt.com

0 commit comments

Comments
 (0)
0