Warning: session_start(): open(/var/lib/php/sessions/sess_ou7d522no443t4e51vpqv1luhb, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
addParamToURL - synonym of appendQueryToURL [1030851]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1030851 // addParamToURL - synonym of appendQueryToURL

JavaX fragment (include)

1  
static S addParamToURL(S url, Map params) {
2  
  ret appendQueryToURL(url, params);
3  
}
4  
5  
6  
7  
static S addParamToURL(S url, O... data) {
8  
  ret appendQueryToURL(url, data);
9  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030851
Snippet name: addParamToURL - synonym of appendQueryToURL
Eternal ID of this version: #1030851/1
Text MD5: dc7f342554cf496a865d2c234f8f8405
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-04-03 14:28:26
Source code size: 167 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 555 / 580
Referenced in: [show references]