Skip to content
Snippets Groups Projects
Commit 22c288f2 authored by Someshwaran R's avatar Someshwaran R :ghost:
Browse files

php command line argument parament

parent c8ea5daa
No related branches found
No related tags found
No related merge requests found
md5.txt 0 → 100644
#! /usr/bin/php
<?php
// print("md5 utility by SNA \n")
print_r($argv):
if (count($argv) !=2) {
die("Usage: md5 \"<string\"\n"):
}
print(md5($argv[1])):
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment