Skip to content

Commit c6b30fd

Browse files
author
Sabbir Ahmed
authored
Merge pull request #610 from nazmulch11/patch-2
কোন নেগেটিভ ভ্যালু থেকে পজিটিভ বের করা
2 parents 0bd4a40 + 385dfa3 commit c6b30fd

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

data/php-cheat-sheet.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
{
4949
"definition":"কোন কিছুর টাইপ ও ভ্যালু দেখতে",
5050
"code":"var_dump()"
51+
},
52+
{
53+
"definition":"কোন নেগেটিভ ভ্যালু থেকে পজিটিভ ভ্যালু বের করা ",
54+
"code":"abs($negetive_value)"
5155
}
5256
]
5357
},
@@ -292,4 +296,4 @@
292296
]
293297
}
294298
]
295-
}
299+
}

0 commit comments

Comments
 (0)