Skip to content

Instantly share code, notes, and snippets.

View rica-carv's full-sized avatar
💭
I feel the need....

rica-carv

💭
I feel the need....
View GitHub Profile
@rica-carv
rica-carv / FunctionBodyReflection.php
Created December 17, 2016 18:10 — forked from cgutierrez/FunctionBodyReflection.php
Extension to ReflectionFunction for getting a functions body and character count.
<?php
class FunctionBodyReflection extends ReflectionFunction
{
/**
* get the body of a function as a string
*
* @access public
* @param bollean $withDeclaration true to return entire function delcaration
* @return String
*/
@rica-carv
rica-carv / socialmenu.html
Created June 21, 2016 16:32 — forked from neilgee/socialmenu.html
FontAwesome Social Media Menu
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<style>
ul {
overflow: auto;
}
ul li {
list-style-type: none;
float: left;
}