You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`AFG \| NGA \| GBR \| USA `|`true \| false`|`int\|float\|string`|
89
+
|`NGA \| GBR \| USA `|`true \| false`|`int\|float\|string`|
82
90
| If `iso` is given and found, it'll automatically converts the text into a currency format | If you want the decimals to be translated to text as well. | numeric figures: `299 \| '42,982' \| 3200.98`|
83
91
84
92
@@ -99,15 +107,15 @@ NumberToWords::cents(true);
99
107
100
108
### Value
101
109
- Takes one param as `int | float | string`
102
-
- If numbers is larger than a trillion `1_000_000_000_000`, the value must be passed as a string.
110
+
- If numbers is larger than a trillion `1_000_000_000_000`, then the value must be passed as a string.
103
111
104
112
```
105
113
NumberToWords::value(1290);
106
114
```
107
115
108
-
### Usage `toText()`
116
+
### Usage -- `toText()`
109
117
- Convert number to readable words
110
-
-Here we're using the function helper method
118
+
-Below, we're using the function helper method
111
119
```
112
120
NumberToWords()
113
121
->iso('TUR')
@@ -118,7 +126,7 @@ NumberToWords()
118
126
// One hundred and twenty lira, nine hundred and fifty-three kuruş
119
127
```
120
128
121
-
### Usage `toNumber()`
129
+
### Usage -- `toNumber()`
122
130
- Convert words to number
123
131
- comma `, ` is used to seperate decimals in words
124
132
```
@@ -134,12 +142,10 @@ NumberToWords::value('twelve million three hundred thousand, six hundred and nin
134
142
135
143
## Tame
136
144
- The Core Class of Components
137
-
- It's helper class can be called as -- `Tame()`
145
+
- It's helper class can be called, using -- `Tame()`
| use_internet | By default is set to `false`. If `true`, checks the domain using DNS (`checkdnsrr()` and `getmxrr()`) for validity. If `false`, skips domain validation (default: `false`). |
241
+
| server_verify | Verifies the mail server by checking MX records (default: `false`). Only used if `use_internet` is `true`. |
0 commit comments