vaaaska
07-06-2005, 08:19 AM
Inspired by a thing where I saw people posting which fonts represent them...
But y'all should go first...
But y'all should go first...
|
Click to See Complete Forum and Search --> : What function are you? vaaaska 07-06-2005, 08:19 AM Inspired by a thing where I saw people posting which fonts represent them... But y'all should go first... Elizabeth 07-06-2005, 12:13 PM Well, my husband would probably say I'm rand() because he never knows what he's going to get... especially during a certain week of the month. Or perhaps he would say I'm user_error() or trigger_error() because I'm the first to issue any warnings or point out any errors for behavior he might be exerting at the time. But I'd say I'm closer to pspell_check() because I seem to be the person everyone in the office yells to for the correct spellings of words. davidjam 07-06-2005, 12:32 PM ob_start() // .. could take months .. ob_flush() Because I don't appear to be do anything for periods of time and then suddenly I do everything. :) goldbug 07-06-2005, 01:54 PM Lately, I've been on a sharp OCD bender, so:tidy_clean_repair()But really, I wish it could be:sleep() Drakla 07-06-2005, 02:22 PM I think the guy I'm working for wishes I was eitheris_callable(); // as I don't get out of bed until he finishes work... or would unlink(); // because I'm forever playing Zelda when I am awake count($drakla); // sorry! Just flicking through the function reference and it had to be done goldbug 07-06-2005, 02:51 PM Originally posted by Drakla I think the guy I'm working for wishes I was eitheris_callable(); // as I don't get out of bed until he finishes work... or would unlink(); // because I'm forever playing Zelda when I am awake count($drakla); // sorry! Just flicking through the function reference and it had to be done Oh man, you have just given me a reason to name array variables $chocula :D BuzzLY 07-06-2005, 04:43 PM I think I'm:error_reporting(E_NONE)If I do make a mistake, I'm bound to completely ignore it (assuming I'm even aware of it). thorpe 07-06-2005, 10:49 PM explode() ok.... so im a little short fused. kender 07-07-2005, 02:06 AM if(!isset()) im never quite set vaaaska 07-07-2005, 06:45 AM I'm a bit of an organizational freak. Hence, I need my things lined up in a row (generically speaking) so I can blast right through them: array_map($function,$array); Except, the problem with array_map() is that it requires an array, so I employ it this way: function doMap($function,$value) { return is_array($value) ? array_map($function,$value) : $function($value); } planetsim 07-07-2005, 09:53 AM If I havent had much sleep i can be a bit usleep (Delayed). However im more of an echo, if something is on my mind I make sure I output it. BuzzLY 07-07-2005, 11:35 AM I think I might also be:if()... but I can't decide. TheDefender 07-10-2005, 12:41 AM sort() // because I was always the shortest guy in school, and when we lined up to go to // the water fountain, lunch, recess, or whatever else, I always went first. mt_srand() // because after having my 4th child my wife would argue that I am just a bit too // good at seeding things. time() // because I am always looking at my watch and my entire life is spent on // punctuality. (I'm kind of anal retentive about that) There's more, but I think I've already said too much. ;) JPnyc 07-10-2005, 01:35 AM Is there a lazy() function? kender 07-10-2005, 01:42 AM you can freate a function for anything :) Merve 07-10-2005, 11:01 AM abs() Because I always try to be positive about things, never negative :D goldbug 07-10-2005, 11:57 AM abs() Because I always try to be positive about things, never negative :D And because you are always working on your six-pack? :rolleyes: Merve 07-10-2005, 12:38 PM No, definitely not that, but if you want to think that, go ahead :D TheDefender 07-10-2005, 02:36 PM I think goldbug was using the double entendre (sp?) to refer to that six-pack of Budweiser in the mini-fridge below your computer desk merve... Merve 07-10-2005, 06:42 PM /me sighs If only I were old enough to drink beer... /me takes a large gulp from a bottle of orange juice :D Weedpacket 07-11-2005, 08:56 AM sin(), cos() I can. BuzzLY 07-11-2005, 10:52 AM Perhaps you should get a tan() first... Elizabeth 07-11-2005, 11:39 AM Weed, it doesn't count if it's all virtual(). pohopo 07-11-2005, 02:24 PM *cough*. .geeks. .*cough* j/k dalecosp 07-11-2005, 03:01 PM overload() ... take it as you will. ;) [back to the salt mines ... I'm 30 minutes behind on the afternoon already...] PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved. |