Skip to content

izzuddinxcii/Maybank2u-MYR-to-28-Currencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Maybank2u MYR Exchange to 28 Currencies

Money exchange from MYR to any 28 currencies or vice versa. http://www.maybank2u.com.my/mbb_info/m2u/M2UCurrencyConverter.do

Please refer on the website for 28 currencies code.

Usage: exchangeprice($value, $curr, $action, $inverted);

Parameter:

  • $value (required) - string Value to be exchange.
  • $curr (required) - string Currency code.
  • $action (optional) - string
    • "sellttod": Sell TT / OD
    • "buytt": Buy TT
    • "buyod": Buy OD
    • "sellcn": Currency Notes (Sell)
    • "buycn": Currency Notes (Buy)
  • $inverted (optional) - boolean
    • MYR to XXX: true
    • XXX to MYR: false

Example: exchangeprice(640.00, 'USD', 'buycn', true);

Use at ur own risk :3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages