In my source code, scripted by others, I have noticed that there are 2 different numbers , 1024 and 2048. Anyone noe what do they mean??$moredetails .= fgets ($fp, 2048);
$moredetails .= fgets ($fp, 1024);
Search found 4 matches
- Tue Oct 18, 2005 8:34 pm
- Forum: PHP - Code
- Topic: what do 1024 n 2048 means?
- Replies: 1
- Views: 251
what do 1024 n 2048 means?
- Wed Oct 12, 2005 10:40 pm
- Forum: PHP - Code
- Topic: hides line
- Replies: 3
- Views: 230
- Wed Oct 12, 2005 10:01 pm
- Forum: PHP - Code
- Topic: hides line
- Replies: 3
- Views: 230
- Wed Oct 12, 2005 8:47 pm
- Forum: PHP - Code
- Topic: hides line
- Replies: 3
- Views: 230
hides line
How can i hide this line "newSwitch#terminal length 0" from printing out?? part of the Output Password: newSwitch>en Password: newSwitch#terminal length 0 newSwitch#show run Building configuration... Current configuration : 2027 bytes ! version 12.1 part of the source code $fp = fsockopen ...