I got an output like
" value"
" value"
" value"
I need the function which creates spaces of a lenght defined
function(" value", 20 - strlen(" value"))
the function has a name - which I need.
I want to order an Output by creating spaces " " of different lenght before and after it. I could make a function for that, but I first wanted to know if there might be one allready.
I need to include multiple arrays and sort those into the sub arrays - I'm not sure if $eqpartp[$eqside][2][] = $Value; will work multiple times without deleting the old array.
Also it said that $eqpart[$eqside][1] wasn't an array, thats what I am wondering about
Hello,
I got the following warning:
Warning: First argument to array_push() needs to be an array in /WWW/newcon-2/home/ypsilondownloads.de/www/eq.php on line 52
On this array;
$eqpart = Array("L" => array (
array ("+x0"),
array ("+y0"),
array ("+#0")),
"R" => array (
array...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.